#2AFD39

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

Shades of Lime Green #2AFD39

Tints of Lime Green #2AFD39

Color information

#2AFD39 (or 0x2AFD39) is unknown color: approx Lime Green. HEX triplet: 2A, FD and 39. RGB value is (42,253,57). Sum of RGB (Red+Green+Blue) = 42+253+57=352 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.93% from 352); Green value is 253 (99.22% from 255 or 71.88% from 352); Blue value is 57 (22.66% from 255 or 16.19% from 352); Max value from RGB is 253 - color contains mainly: green. Hex color #2AFD39 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFD39 is #D502C6. Grayscale: #A8A8A8. Windows color (decimal): -13959879 or 3800362. OLE color: 3800362.

HSL color Cylindrical-coordinate representation of color #2AFD39: hue angle of 124.27º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFD39 is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB4225357-
CMYK0.8300.770.01
HSL124.27º98.14%57.84%-
HSV(B)124.27º83.4%99.22%-
XYZ36.8271.0415.64-
YUV167.5765.638.44-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.93%
GREEN value IS 253 (99.22% from 255) = 71.88%
BLUE value IS 57 (22.66% from 255) = 16.19%
R=11.93%
G=71.88%
B=16.19%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal42253570.8300.770.01124.2798.1457.84
Hex2AFD395304D17c623a
Octal52375711230115117414272
Binary10101011111101111001101001101001101111111001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AFD39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,253,57); }

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

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

 a { background-color: rgb(42,253,57); }

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

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

 span { border-color: rgb(42,253,57); }

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