#2AB30B

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

Shades of Kelly Green #2AB30B

Tints of Kelly Green #2AB30B

Color information

#2AB30B (or 0x2AB30B) is unknown color: approx Kelly Green. HEX triplet: 2A, B3 and 0B. RGB value is (42,179,11). Sum of RGB (Red+Green+Blue) = 42+179+11=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 179 (70.31% from 255 or 77.16% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB30B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB30B is #D54CF4. Grayscale: #777777. Windows color (decimal): -13978869 or 766762. OLE color: 766762.

HSL color Cylindrical-coordinate representation of color #2AB30B: hue angle of 108.93º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2AB30B is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB4217911-
CMYK0.7700.940.30
HSL108.93º88.42%37.25%-
HSV(B)108.93º93.85%70.2%-
XYZ17.1432.765.74-
YUV118.8867.1173.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.10%
GREEN value IS 179 (70.31% from 255) = 77.16%
BLUE value IS 11 (4.69% from 255) = 4.74%
R=18.10%
G=77.16%
B=4.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal42179110.7700.940.30108.9388.4237.25
Hex2AB3B4D05E1E6d5825
Octal522631311501363615513045
Binary1010101011001110111001101010111101111011011011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB30B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,179,11); }

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

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

 a { background-color: rgb(42,179,11); }

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

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

 span { border-color: rgb(42,179,11); }

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