#2AD138

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

Shades of Lime Green #2AD138

Tints of Lime Green #2AD138

Color information

#2AD138 (or 0x2AD138) is unknown color: approx Lime Green. HEX triplet: 2A, D1 and 38. RGB value is (42,209,56). Sum of RGB (Red+Green+Blue) = 42+209+56=307 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.68% from 307); Green value is 209 (82.03% from 255 or 68.08% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 209 - color contains mainly: green. Hex color #2AD138 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD138 is #D52EC7. Grayscale: #8E8E8E. Windows color (decimal): -13971144 or 3723562. OLE color: 3723562.

HSL color Cylindrical-coordinate representation of color #2AD138: hue angle of 125.03º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD138 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB4220956-
CMYK0.8000.730.18
HSL125.03º66.53%49.22%-
HSV(B)125.03º79.9%81.96%-
XYZ24.4746.3811.4-
YUV141.6279.6756.94-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.68%
GREEN value IS 209 (82.03% from 255) = 68.08%
BLUE value IS 56 (22.27% from 255) = 18.24%
R=13.68%
G=68.08%
B=18.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal42209560.8000.730.18125.0366.5349.22
Hex2AD13850049127d4331
Octal523217012001112217510361
Binary101010110100011110001010000010010011001011111011000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AD138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,209,56); }

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

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

 a { background-color: rgb(42,209,56); }

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

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

 span { border-color: rgb(42,209,56); }

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