Html Css Color HEX #2FAA14 Kelly Green

📋 copy color: '#2FAA14'

red 47 ◦ green 170 ◦ blue 20

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

Shades of Kelly Green #2FAA14

Tints of Kelly Green #2FAA14

RGB

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

 GREEN value IS 170 (66.8% from 255) = 71.73%

 BLUE value IS 20 (8.2% from 255) = 8.44%

R = 19.83%
G = 71.73%
B = 8.44%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#2FAA14 (or 0x2FAA14) is known color: Kelly Green. HEX triplet: 2F, AA and 14. RGB value is (47,170,20). Sum of RGB (Red+Green+Blue) = 47+170+20=237 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.83% from 237); Green value is 170 (66.80% from 255 or 71.73% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAA14 is #D055EB. Grayscale: #747474. Windows color (decimal): -13653484 or 1354287. OLE color: 1354287.

HSL color Cylindrical-coordinate representation of color #2FAA14: hue angle of 109.2º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2FAA14 is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 170 20 -
CMYK 0.72 0 0.88 0.33
HSL 109.2º 0.79% 0.37% -
HSV(B) 109.2º 0.88% 0.67% -
XYZ 15.67 29.4 5.51 -
YUV 116.12 73.75 78.7 -
System Red Green Blue C M Y K H S L
Decimal 47 170 20 0.72 0 0.88 0.33 109.2 0.79 0.37
Hex 2F AA 14 48 0 58 21 6D 4F 25
Octal 57 252 24 110 0 130 41 155 117 45
Binary 101111 10101010 10100 1001000 0 1011000 100001 1101101 1001111 100101

Color Harmonies of #2FAA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAA14

Black with #2FAA14

Text Example


Text Example

White with #2FAA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,170,20); }

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

background-color css

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

 a { background-color: rgb(47,170,20); }

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

border-color css

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

 span { border-color: rgb(47,170,20); }

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