Html Css Color HEX #2FAF16 Kelly Green

📋 copy color: '#2FAF16'

red 47 ◦ green 175 ◦ blue 22

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

Shades of Kelly Green #2FAF16

Tints of Kelly Green #2FAF16

RGB

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

 GREEN value IS 175 (68.75% from 255) = 71.72%

 BLUE value IS 22 (8.98% from 255) = 9.02%

R = 19.26%
G = 71.72%
B = 9.02%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#2FAF16 (or 0x2FAF16) is known color: Kelly Green. HEX triplet: 2F, AF and 16. RGB value is (47,175,22). Sum of RGB (Red+Green+Blue) = 47+175+22=244 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.26% from 244); Green value is 175 (68.75% from 255 or 71.72% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 175 - color contains mainly: green. Hex color #2FAF16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAF16 is #D050E9. Grayscale: #777777. Windows color (decimal): -13652202 or 1486639. OLE color: 1486639.

HSL color Cylindrical-coordinate representation of color #2FAF16: hue angle of 110.2º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2FAF16 is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 47 175 22 -
CMYK 0.73 0 0.87 0.31
HSL 110.2º 0.78% 0.39% -
HSV(B) 110.2º 0.87% 0.69% -
XYZ 16.65 31.32 5.93 -
YUV 119.29 73.09 76.44 -
System Red Green Blue C M Y K H S L
Decimal 47 175 22 0.73 0 0.87 0.31 110.2 0.78 0.39
Hex 2F AF 16 49 0 57 1F 6E 4E 27
Octal 57 257 26 111 0 127 37 156 116 47
Binary 101111 10101111 10110 1001001 0 1010111 11111 1101110 1001110 100111

Color Harmonies of #2FAF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAF16

Black with #2FAF16

Text Example


Text Example

White with #2FAF16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,175,22); }

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

background-color css

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

 a { background-color: rgb(47,175,22); }

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

border-color css

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

 span { border-color: rgb(47,175,22); }

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