Html Css Color HEX #2ABF06 Kelly Green

📋 copy color: '#2ABF06'

red 42 ◦ green 191 ◦ blue 6

#2ABF06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #2ABF06

Tints of Kelly Green #2ABF06

RGB

 RED value IS 42 (16.8% from 255) = 17.57%

 GREEN value IS 191 (75% from 255) = 79.92%

 BLUE value IS 6 (2.73% from 255) = 2.51%

R = 17.57%
G = 79.92%
B = 2.51%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#2ABF06 (or 0x2ABF06) is known color: Kelly Green. HEX triplet: 2A, BF and 06. RGB value is (42,191,6). Sum of RGB (Red+Green+Blue) = 42+191+6=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 191 (75% from 255 or 79.92% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABF06 is #D540F9. Grayscale: #7D7D7D. Windows color (decimal): -13975802 or 442154. OLE color: 442154.

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

Color convert

RGB 42 191 6 -
CMYK 0.78 0 0.97 0.25
HSL 108.32º 0.94% 0.39% -
HSV(B) 108.32º 0.97% 0.75% -
XYZ 19.62 37.77 6.43 -
YUV 125.36 60.64 68.54 -
System Red Green Blue C M Y K H S L
Decimal 42 191 6 0.78 0 0.97 0.25 108.32 0.94 0.39
Hex 2A BF 6 4E 0 61 19 6C 5E 27
Octal 52 277 6 116 0 141 31 154 136 47
Binary 101010 10111111 110 1001110 0 1100001 11001 1101100 1011110 100111

Color Harmonies of #2ABF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABF06

Black with #2ABF06

Text Example


Text Example

White with #2ABF06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2ABF06;
 }
 .AnyTagClassName
 {
   color: #2ABF06;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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