Html Css Color HEX #2FAC18 Kelly Green

📋 copy color: '#2FAC18'

red 47 ◦ green 172 ◦ blue 24

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

Shades of Kelly Green #2FAC18

Tints of Kelly Green #2FAC18

RGB

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

 GREEN value IS 172 (67.58% from 255) = 70.78%

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

R = 19.34%
G = 70.78%
B = 9.88%

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

#2FAC18 (or 0x2FAC18) is known color: Kelly Green. HEX triplet: 2F, AC and 18. RGB value is (47,172,24). Sum of RGB (Red+Green+Blue) = 47+172+24=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 172 (67.58% from 255 or 70.78% from 243); Blue value is 24 (9.77% from 255 or 9.88% from 243); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAC18 is #D053E7. Grayscale: #767676. Windows color (decimal): -13652968 or 1616943. OLE color: 1616943.

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

Color convert

RGB 47 172 24 -
CMYK 0.73 0 0.86 0.33
HSL 110.68º 0.76% 0.38% -
HSV(B) 110.68º 0.86% 0.67% -
XYZ 16.09 30.18 5.84 -
YUV 117.75 75.09 77.53 -
System Red Green Blue C M Y K H S L
Decimal 47 172 24 0.73 0 0.86 0.33 110.68 0.76 0.38
Hex 2F AC 18 49 0 56 21 6F 4C 26
Octal 57 254 30 111 0 126 41 157 114 46
Binary 101111 10101100 11000 1001001 0 1010110 100001 1101111 1001100 100110

Color Harmonies of #2FAC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAC18

Black with #2FAC18

Text Example


Text Example

White with #2FAC18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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