Html Css Color HEX #2FAC11 Kelly Green

📋 copy color: '#2FAC11'

red 47 ◦ green 172 ◦ blue 17

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

Shades of Kelly Green #2FAC11

Tints of Kelly Green #2FAC11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.2%

R = 19.92%
G = 72.88%
B = 7.2%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#2FAC11 (or 0x2FAC11) is known color: Kelly Green. HEX triplet: 2F, AC and 11. RGB value is (47,172,17). Sum of RGB (Red+Green+Blue) = 47+172+17=236 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.92% from 236); Green value is 172 (67.58% from 255 or 72.88% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 172 - color contains mainly: green. Hex color #2FAC11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2FAC11 is #D053EE. Grayscale: #757575. Windows color (decimal): -13652975 or 1158191. OLE color: 1158191.

HSL color Cylindrical-coordinate representation of color #2FAC11: hue angle of 108.39º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FAC11 is Cyan = 0.73, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 172 17 -
CMYK 0.73 0 0.90 0.33
HSL 108.39º 0.82% 0.37% -
HSV(B) 108.39º 0.9% 0.67% -
XYZ 16.03 30.15 5.51 -
YUV 116.96 71.59 78.1 -
System Red Green Blue C M Y K H S L
Decimal 47 172 17 0.73 0 0.90 0.33 108.39 0.82 0.37
Hex 2F AC 11 49 0 5A 21 6C 52 25
Octal 57 254 21 111 0 132 41 154 122 45
Binary 101111 10101100 10001 1001001 0 1011010 100001 1101100 1010010 100101

Color Harmonies of #2FAC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAC11

Black with #2FAC11

Text Example


Text Example

White with #2FAC11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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