#2AB411

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

Shades of Kelly Green #2AB411

Tints of Kelly Green #2AB411

Color information

#2AB411 (or 0x2AB411) is unknown color: approx Kelly Green. HEX triplet: 2A, B4 and 11. RGB value is (42,180,17). Sum of RGB (Red+Green+Blue) = 42+180+17=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 180 (70.70% from 255 or 75.31% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB411 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB411 is #D54BEE. Grayscale: #787878. Windows color (decimal): -13978607 or 1160234. OLE color: 1160234.

HSL color Cylindrical-coordinate representation of color #2AB411: hue angle of 110.8º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2AB411 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB4218017-
CMYK0.7700.910.29
HSL110.8º82.74%38.63%-
HSV(B)110.8º90.56%70.59%-
XYZ17.3833.186.02-
YUV120.1669.7872.25-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.57%
GREEN value IS 180 (70.70% from 255) = 75.31%
BLUE value IS 17 (7.03% from 255) = 7.11%
R=17.57%
G=75.31%
B=7.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal42180170.7700.910.29110.882.7438.63
Hex2AB4114D05B1D6f5327
Octal522642111501333515712347
Binary10101010110100100011001101010110111110111011111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,180,17); }

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

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

 a { background-color: rgb(42,180,17); }

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

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

 span { border-color: rgb(42,180,17); }

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