Html Css Color HEX #2FC310 Kelly Green

📋 copy color: '#2FC310'

red 47 ◦ green 195 ◦ blue 16

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

Shades of Kelly Green #2FC310

Tints of Kelly Green #2FC310

RGB

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

 GREEN value IS 195 (76.56% from 255) = 75.58%

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

R = 18.22%
G = 75.58%
B = 6.2%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#2FC310 (or 0x2FC310) is known color: Kelly Green. HEX triplet: 2F, C3 and 10. RGB value is (47,195,16). Sum of RGB (Red+Green+Blue) = 47+195+16=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 195 (76.56% from 255 or 75.58% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 195 - color contains mainly: green. Hex color #2FC310 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC310 is #D03CEF. Grayscale: #828282. Windows color (decimal): -13647088 or 1098543. OLE color: 1098543.

HSL color Cylindrical-coordinate representation of color #2FC310: hue angle of 109.61º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2FC310 is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 47 195 16 -
CMYK 0.76 0 0.92 0.24
HSL 109.61º 0.85% 0.41% -
HSV(B) 109.61º 0.92% 0.76% -
XYZ 20.78 39.67 7.05 -
YUV 130.34 63.47 68.55 -
System Red Green Blue C M Y K H S L
Decimal 47 195 16 0.76 0 0.92 0.24 109.61 0.85 0.41
Hex 2F C3 10 4C 0 5C 18 6E 55 29
Octal 57 303 20 114 0 134 30 156 125 51
Binary 101111 11000011 10000 1001100 0 1011100 11000 1101110 1010101 101001

Color Harmonies of #2FC310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC310

Black with #2FC310

Text Example


Text Example

White with #2FC310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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