#2AE427

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

Shades of Lime Green #2AE427

Tints of Lime Green #2AE427

Color information

#2AE427 (or 0x2AE427) is unknown color: approx Lime Green. HEX triplet: 2A, E4 and 27. RGB value is (42,228,39). Sum of RGB (Red+Green+Blue) = 42+228+39=309 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.59% from 309); Green value is 228 (89.45% from 255 or 73.79% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 228 - color contains mainly: green. Hex color #2AE427 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE427 is #D51BD8. Grayscale: #979797. Windows color (decimal): -13966297 or 2614314. OLE color: 2614314.

HSL color Cylindrical-coordinate representation of color #2AE427: hue angle of 119.05º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AE427 is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.

Color convert

RGB4222839-
CMYK0.8200.830.11
HSL119.05º77.78%52.35%-
HSV(B)119.05º82.89%89.41%-
XYZ29.0656.1311.22-
YUV150.8464.8850.37-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.59%
GREEN value IS 228 (89.45% from 255) = 73.79%
BLUE value IS 39 (15.62% from 255) = 12.62%
R=13.59%
G=73.79%
B=12.62%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal42228390.8200.830.11119.0577.7852.35
Hex2AE42752053B774e34
Octal523444712201231316711664
Binary10101011100100100111101001001010011101111101111001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,228,39); }

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

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

 a { background-color: rgb(42,228,39); }

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

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

 span { border-color: rgb(42,228,39); }

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