#2AD935

Color #2AD935 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #2AD935

Tints of Lime Green #2AD935

Color information

#2AD935 (or 0x2AD935) is unknown color: approx Lime Green. HEX triplet: 2A, D9 and 35. RGB value is (42,217,53). Sum of RGB (Red+Green+Blue) = 42+217+53=312 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.46% from 312); Green value is 217 (85.16% from 255 or 69.55% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD935 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD935 is #D526CA. Grayscale: #929292. Windows color (decimal): -13969099 or 3529002. OLE color: 3529002.

HSL color Cylindrical-coordinate representation of color #2AD935: hue angle of 123.77º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AD935 is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB4221753-
CMYK0.8100.760.15
HSL123.77º69.72%50.78%-
HSV(B)123.77º80.65%85.1%-
XYZ26.4150.3711.7-
YUV145.9875.5253.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 42 (16.80% from 255) = 13.46%
GREEN value IS 217 (85.16% from 255) = 69.55%
BLUE value IS 53 (21.09% from 255) = 16.99%
R=13.46%
G=69.55%
B=16.99%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal42217530.8100.760.15123.7769.7250.78
Hex2AD9355104CF7c4633
Octal523316512101141717410663
Binary10101011011001110101101000101001100111111111001000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AD935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2AD935; }

 p { color: rgb(42,217,53); }

 H1.HeaderClassName
 {
   color: #2AD935;
 }
 .AnyTagClassName
 {
   color: #2AD935;
 }
</style>
background-color css

<style>
 a { background-color: #2AD935; }

 a { background-color: rgb(42,217,53); }

 div.DivClassName
 {
   background-color: #2AD935;
 }
 .BgClassName
 {
   background-color: #2AD935;
 }
</style>
border-color css

<style>
 span { border-color: #2AD935; }

 span { border-color: rgb(42,217,53); }

 td.TdClassName
 {
   border-color: #2AD935;
 }
 .TagClassName
 {
   border-color: #2AD935;
 }
</style>