#2AE830

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

Shades of Lime Green #2AE830

Tints of Lime Green #2AE830

Color information

#2AE830 (or 0x2AE830) is unknown color: approx Lime Green. HEX triplet: 2A, E8 and 30. RGB value is (42,232,48). Sum of RGB (Red+Green+Blue) = 42+232+48=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 232 (91.02% from 255 or 72.05% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 232 - color contains mainly: green. Hex color #2AE830 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AE830 is #D517CF. Grayscale: #9A9A9A. Windows color (decimal): -13965264 or 3205162. OLE color: 3205162.

HSL color Cylindrical-coordinate representation of color #2AE830: hue angle of 121.89º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE830 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB4223248-
CMYK0.8200.790.09
HSL121.89º80.51%53.73%-
HSV(B)121.89º81.9%90.98%-
XYZ30.3458.4212.47-
YUV154.2168.0547.96-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.04%
GREEN value IS 232 (91.02% from 255) = 72.05%
BLUE value IS 48 (19.14% from 255) = 14.91%
R=13.04%
G=72.05%
B=14.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal42232480.8200.790.09121.8980.5153.73
Hex2AE8305204F97a5136
Octal523506012201171117212166
Binary10101011101000110000101001001001111100111110101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AE830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,232,48); }

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

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

 a { background-color: rgb(42,232,48); }

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

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

 span { border-color: rgb(42,232,48); }

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