Html Css Color HEX #2FAB06 Kelly Green

📋 copy color: '#2FAB06'

red 47 ◦ green 171 ◦ blue 6

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

Shades of Kelly Green #2FAB06

Tints of Kelly Green #2FAB06

RGB

 RED value IS 47 (18.75% from 255) = 20.98%

 GREEN value IS 171 (67.19% from 255) = 76.34%

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

R = 20.98%
G = 76.34%
B = 2.68%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#2FAB06 (or 0x2FAB06) is known color: Kelly Green. HEX triplet: 2F, AB and 06. RGB value is (47,171,6). Sum of RGB (Red+Green+Blue) = 47+171+6=224 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.98% from 224); Green value is 171 (67.19% from 255 or 76.34% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 171 - color contains mainly: green. Hex color #2FAB06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAB06 is #D054F9. Grayscale: #737373. Windows color (decimal): -13653242 or 437039. OLE color: 437039.

HSL color Cylindrical-coordinate representation of color #2FAB06: hue angle of 105.09º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2FAB06 is Cyan = 0.73, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 171 6 -
CMYK 0.73 0 0.96 0.33
HSL 105.09º 0.93% 0.35% -
HSV(B) 105.09º 0.96% 0.67% -
XYZ 15.77 29.74 5.08 -
YUV 115.11 66.42 79.42 -
System Red Green Blue C M Y K H S L
Decimal 47 171 6 0.73 0 0.96 0.33 105.09 0.93 0.35
Hex 2F AB 6 49 0 60 21 69 5D 23
Octal 57 253 6 111 0 140 41 151 135 43
Binary 101111 10101011 110 1001001 0 1100000 100001 1101001 1011101 100011

Color Harmonies of #2FAB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAB06

Black with #2FAB06

Text Example


Text Example

White with #2FAB06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,171,6); }

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

background-color css

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

 a { background-color: rgb(47,171,6); }

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

border-color css

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

 span { border-color: rgb(47,171,6); }

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