Html Css Color HEX #2FAC19 Kelly Green

📋 copy color: '#2FAC19'

red 47 ◦ green 172 ◦ blue 25

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

Shades of Kelly Green #2FAC19

Tints of Kelly Green #2FAC19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.25%

R = 19.26%
G = 70.49%
B = 10.25%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#2FAC19 (or 0x2FAC19) is known color: Kelly Green. HEX triplet: 2F, AC and 19. RGB value is (47,172,25). Sum of RGB (Red+Green+Blue) = 47+172+25=244 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.26% from 244); Green value is 172 (67.58% from 255 or 70.49% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAC19 is #D053E6. Grayscale: #767676. Windows color (decimal): -13652967 or 1682479. OLE color: 1682479.

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

Color convert

RGB 47 172 25 -
CMYK 0.73 0 0.85 0.33
HSL 111.02º 0.75% 0.39% -
HSV(B) 111.02º 0.85% 0.67% -
XYZ 16.1 30.18 5.9 -
YUV 117.87 75.59 77.45 -
System Red Green Blue C M Y K H S L
Decimal 47 172 25 0.73 0 0.85 0.33 111.02 0.75 0.39
Hex 2F AC 19 49 0 55 21 6F 4B 27
Octal 57 254 31 111 0 125 41 157 113 47
Binary 101111 10101100 11001 1001001 0 1010101 100001 1101111 1001011 100111

Color Harmonies of #2FAC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAC19

Black with #2FAC19

Text Example


Text Example

White with #2FAC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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