Html Css Color HEX #2FB310 Kelly Green

📋 copy color: '#2FB310'

red 47 ◦ green 179 ◦ blue 16

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

Shades of Kelly Green #2FB310

Tints of Kelly Green #2FB310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.61%

R = 19.42%
G = 73.97%
B = 6.61%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#2FB310 (or 0x2FB310) is known color: Kelly Green. HEX triplet: 2F, B3 and 10. RGB value is (47,179,16). Sum of RGB (Red+Green+Blue) = 47+179+16=242 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.42% from 242); Green value is 179 (70.31% from 255 or 73.97% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB310 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FB310 is #D04CEF. Grayscale: #797979. Windows color (decimal): -13651184 or 1094447. OLE color: 1094447.

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

Color convert

RGB 47 179 16 -
CMYK 0.74 0 0.91 0.30
HSL 108.59º 0.84% 0.38% -
HSV(B) 108.59º 0.91% 0.7% -
XYZ 17.39 32.88 5.92 -
YUV 120.95 68.77 75.25 -
System Red Green Blue C M Y K H S L
Decimal 47 179 16 0.74 0 0.91 0.30 108.59 0.84 0.38
Hex 2F B3 10 4A 0 5B 1E 6D 54 26
Octal 57 263 20 112 0 133 36 155 124 46
Binary 101111 10110011 10000 1001010 0 1011011 11110 1101101 1010100 100110

Color Harmonies of #2FB310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB310

Black with #2FB310

Text Example


Text Example

White with #2FB310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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