Html Css Color HEX #2FB316 Kelly Green

📋 copy color: '#2FB316'

red 47 ◦ green 179 ◦ blue 22

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

Shades of Kelly Green #2FB316

Tints of Kelly Green #2FB316

RGB

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

 GREEN value IS 179 (70.31% from 255) = 72.18%

 BLUE value IS 22 (8.98% from 255) = 8.87%

R = 18.95%
G = 72.18%
B = 8.87%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#2FB316 (or 0x2FB316) is known color: Kelly Green. HEX triplet: 2F, B3 and 16. RGB value is (47,179,22). Sum of RGB (Red+Green+Blue) = 47+179+22=248 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.95% from 248); Green value is 179 (70.31% from 255 or 72.18% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB316 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FB316 is #D04CE9. Grayscale: #7A7A7A. Windows color (decimal): -13651178 or 1487663. OLE color: 1487663.

HSL color Cylindrical-coordinate representation of color #2FB316: hue angle of 110.45º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2FB316 is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 47 179 22 -
CMYK 0.74 0 0.88 0.30
HSL 110.45º 0.78% 0.39% -
HSV(B) 110.45º 0.88% 0.7% -
XYZ 17.44 32.9 6.19 -
YUV 121.63 71.77 74.77 -
System Red Green Blue C M Y K H S L
Decimal 47 179 22 0.74 0 0.88 0.30 110.45 0.78 0.39
Hex 2F B3 16 4A 0 58 1E 6E 4E 27
Octal 57 263 26 112 0 130 36 156 116 47
Binary 101111 10110011 10110 1001010 0 1011000 11110 1101110 1001110 100111

Color Harmonies of #2FB316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB316

Black with #2FB316

Text Example


Text Example

White with #2FB316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,179,22); }

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

background-color css

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

 a { background-color: rgb(47,179,22); }

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

border-color css

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

 span { border-color: rgb(47,179,22); }

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