#2AB707

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

Shades of Kelly Green #2AB707

Tints of Kelly Green #2AB707

Color information

#2AB707 (or 0x2AB707) is unknown color: approx Kelly Green. HEX triplet: 2A, B7 and 07. RGB value is (42,183,7). Sum of RGB (Red+Green+Blue) = 42+183+7=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 183 (71.88% from 255 or 78.88% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB707 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB707 is #D548F8. Grayscale: #797979. Windows color (decimal): -13977849 or 505642. OLE color: 505642.

HSL color Cylindrical-coordinate representation of color #2AB707: hue angle of 108.07º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2AB707 is Cyan = 0.77, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB421837-
CMYK0.7700.960.28
HSL108.07º92.63%37.25%-
HSV(B)108.07º96.17%71.76%-
XYZ17.9334.375.89-
YUV120.7863.7971.81-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.10%
GREEN value IS 183 (71.88% from 255) = 78.88%
BLUE value IS 7 (3.12% from 255) = 3.02%
R=18.10%
G=78.88%
B=3.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal4218370.7700.960.28108.0792.6337.25
Hex2AB774D0601C6c5d25
Octal52267711501403415413545
Binary101010101101111111001101011000001110011011001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,183,7); }

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

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

 a { background-color: rgb(42,183,7); }

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

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

 span { border-color: rgb(42,183,7); }

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