Html Css Color HEX #2FB313 Kelly Green

📋 copy color: '#2FB313'

red 47 ◦ green 179 ◦ blue 19

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

Shades of Kelly Green #2FB313

Tints of Kelly Green #2FB313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.76%

R = 19.18%
G = 73.06%
B = 7.76%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#2FB313 (or 0x2FB313) is known color: Kelly Green. HEX triplet: 2F, B3 and 13. RGB value is (47,179,19). Sum of RGB (Red+Green+Blue) = 47+179+19=245 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.18% from 245); Green value is 179 (70.31% from 255 or 73.06% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB313 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FB313 is #D04CEC. Grayscale: #797979. Windows color (decimal): -13651181 or 1291055. OLE color: 1291055.

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

Color convert

RGB 47 179 19 -
CMYK 0.74 0 0.89 0.30
HSL 109.5º 0.81% 0.39% -
HSV(B) 109.5º 0.89% 0.7% -
XYZ 17.41 32.89 6.05 -
YUV 121.29 70.27 75.01 -
System Red Green Blue C M Y K H S L
Decimal 47 179 19 0.74 0 0.89 0.30 109.5 0.81 0.39
Hex 2F B3 13 4A 0 59 1E 6E 51 27
Octal 57 263 23 112 0 131 36 156 121 47
Binary 101111 10110011 10011 1001010 0 1011001 11110 1101110 1010001 100111

Color Harmonies of #2FB313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB313

Black with #2FB313

Text Example


Text Example

White with #2FB313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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