#2ABF0F

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

Shades of Kelly Green #2ABF0F

Tints of Kelly Green #2ABF0F

Color information

#2ABF0F (or 0x2ABF0F) is unknown color: approx Kelly Green. HEX triplet: 2A, BF and 0F. RGB value is (42,191,15). Sum of RGB (Red+Green+Blue) = 42+191+15=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 191 (75% from 255 or 77.02% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABF0F is #D540F0. Grayscale: #7E7E7E. Windows color (decimal): -13975793 or 1031978. OLE color: 1031978.

HSL color Cylindrical-coordinate representation of color #2ABF0F: hue angle of 110.8º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2ABF0F is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB4219115-
CMYK0.7800.920.25
HSL110.8º85.44%40.39%-
HSV(B)110.8º92.15%74.9%-
XYZ19.6737.796.71-
YUV126.3865.1467.81-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.94%
GREEN value IS 191 (75% from 255) = 77.02%
BLUE value IS 15 (6.25% from 255) = 6.05%
R=16.94%
G=77.02%
B=6.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal42191150.7800.920.25110.885.4440.39
Hex2ABFF4E05C196f5528
Octal522771711601343115712550
Binary1010101011111111111001110010111001100111011111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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