Html Css Color HEX #2FAB18 Kelly Green

📋 copy color: '#2FAB18'

red 47 ◦ green 171 ◦ blue 24

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

Shades of Kelly Green #2FAB18

Tints of Kelly Green #2FAB18

RGB

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

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

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

R = 19.42%
G = 70.66%
B = 9.92%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#2FAB18 (or 0x2FAB18) is known color: Kelly Green. HEX triplet: 2F, AB and 18. RGB value is (47,171,24). Sum of RGB (Red+Green+Blue) = 47+171+24=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 171 (67.19% from 255 or 70.66% from 242); Blue value is 24 (9.77% from 255 or 9.92% from 242); Max value from RGB is 171 - color contains mainly: green. Hex color #2FAB18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAB18 is #D054E7. Grayscale: #757575. Windows color (decimal): -13653224 or 1616687. OLE color: 1616687.

HSL color Cylindrical-coordinate representation of color #2FAB18: hue angle of 110.61º 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 #2FAB18 is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 171 24 -
CMYK 0.73 0 0.86 0.33
HSL 110.61º 0.75% 0.38% -
HSV(B) 110.61º 0.86% 0.67% -
XYZ 15.9 29.8 5.78 -
YUV 117.17 75.42 77.95 -
System Red Green Blue C M Y K H S L
Decimal 47 171 24 0.73 0 0.86 0.33 110.61 0.75 0.38
Hex 2F AB 18 49 0 56 21 6F 4B 26
Octal 57 253 30 111 0 126 41 157 113 46
Binary 101111 10101011 11000 1001001 0 1010110 100001 1101111 1001011 100110

Color Harmonies of #2FAB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAB18

Black with #2FAB18

Text Example


Text Example

White with #2FAB18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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