#2AE148

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

Shades of Lime Green #2AE148

Tints of Lime Green #2AE148

Color information

#2AE148 (or 0x2AE148) is unknown color: approx Lime Green. HEX triplet: 2A, E1 and 48. RGB value is (42,225,72). Sum of RGB (Red+Green+Blue) = 42+225+72=339 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.39% from 339); Green value is 225 (88.28% from 255 or 66.37% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 225 - color contains mainly: green. Hex color #2AE148 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE148 is #D51EB7. Grayscale: #999999. Windows color (decimal): -13967032 or 4776234. OLE color: 4776234.

HSL color Cylindrical-coordinate representation of color #2AE148: hue angle of 129.84º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE148 is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB4222572-
CMYK0.8100.680.12
HSL129.84º75.31%52.35%-
HSV(B)129.84º81.33%88.24%-
XYZ29.0554.8115.18-
YUV152.8482.3748.94-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.39%
GREEN value IS 225 (88.28% from 255) = 66.37%
BLUE value IS 72 (28.52% from 255) = 21.24%
R=12.39%
G=66.37%
B=21.24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal42225720.8100.680.12129.8475.3152.35
Hex2AE14851044C824b34
Octal5234111012101041420211364
Binary1010101110000110010001010001010001001100100000101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,225,72); }

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

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

 a { background-color: rgb(42,225,72); }

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

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

 span { border-color: rgb(42,225,72); }

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