Html Css Color HEX #2FAA18 Kelly Green

📋 copy color: '#2FAA18'

red 47 ◦ green 170 ◦ blue 24

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

Shades of Kelly Green #2FAA18

Tints of Kelly Green #2FAA18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.96%

R = 19.5%
G = 70.54%
B = 9.96%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#2FAA18 (or 0x2FAA18) is known color: Kelly Green. HEX triplet: 2F, AA and 18. RGB value is (47,170,24). Sum of RGB (Red+Green+Blue) = 47+170+24=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 170 (66.80% from 255 or 70.54% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAA18 is #D055E7. Grayscale: #757575. Windows color (decimal): -13653480 or 1616431. OLE color: 1616431.

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

Color convert

RGB 47 170 24 -
CMYK 0.72 0 0.86 0.33
HSL 110.55º 0.75% 0.38% -
HSV(B) 110.55º 0.86% 0.67% -
XYZ 15.71 29.42 5.71 -
YUV 116.58 75.75 78.37 -
System Red Green Blue C M Y K H S L
Decimal 47 170 24 0.72 0 0.86 0.33 110.55 0.75 0.38
Hex 2F AA 18 48 0 56 21 6F 4B 26
Octal 57 252 30 110 0 126 41 157 113 46
Binary 101111 10101010 11000 1001000 0 1010110 100001 1101111 1001011 100110

Color Harmonies of #2FAA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAA18

Black with #2FAA18

Text Example


Text Example

White with #2FAA18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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