#2ab80f

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

Shades of Kelly Green #2AB80F

Tints of Kelly Green #2AB80F

Color information

#2AB80F (or 0x2AB80F) is unknown color: approx Kelly Green. HEX triplet: 2A, B8 and 0F. RGB value is (42,184,15). Sum of RGB (Red+Green+Blue) = 42+184+15=241 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.43% from 241); Green value is 184 (72.27% from 255 or 76.35% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 184 - color contains mainly: green. Hex color #2AB80F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB80F is #D547F0. Grayscale: #7A7A7A. Windows color (decimal): -13977585 or 1030186. OLE color: 1030186.

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

Color convert

RGB4218415-
CMYK0.7700.920.28
HSL110.41º84.92%39.02%-
HSV(B)110.41º91.85%72.16%-
XYZ18.1834.816.21-
YUV122.2867.4670.74-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.43%
GREEN value IS 184 (72.27% from 255) = 76.35%
BLUE value IS 15 (6.25% from 255) = 6.22%
R=17.43%
G=76.35%
B=6.22%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal42184150.7700.920.28110.4184.9239.02
Hex2AB8F4D05C1C6e5527
Octal522701711501343415612547
Binary1010101011100011111001101010111001110011011101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ab80f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,184,15); }

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

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

 a { background-color: rgb(42,184,15); }

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

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

 span { border-color: rgb(42,184,15); }

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