#2AF126

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

Shades of Lime Green #2AF126

Tints of Lime Green #2AF126

Color information

#2AF126 (or 0x2AF126) is unknown color: approx Lime Green. HEX triplet: 2A, F1 and 26. RGB value is (42,241,38). Sum of RGB (Red+Green+Blue) = 42+241+38=321 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.08% from 321); Green value is 241 (94.53% from 255 or 75.08% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF126 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF126 is #D50ED9. Grayscale: #9E9E9E. Windows color (decimal): -13962970 or 2552106. OLE color: 2552106.

HSL color Cylindrical-coordinate representation of color #2AF126: hue angle of 118.82º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AF126 is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB4224138-
CMYK0.8300.840.05
HSL118.82º87.88%54.71%-
HSV(B)118.82º84.23%94.51%-
XYZ32.7663.5412.37-
YUV158.3660.0745.01-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.08%
GREEN value IS 241 (94.53% from 255) = 75.08%
BLUE value IS 38 (15.23% from 255) = 11.84%
R=13.08%
G=75.08%
B=11.84%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal42241380.8300.840.05118.8287.8854.71
Hex2AF126530545775837
Octal52361461230124516713067
Binary1010101111000110011010100110101010010111101111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AF126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,241,38); }

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

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

 a { background-color: rgb(42,241,38); }

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

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

 span { border-color: rgb(42,241,38); }

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