Html Css Color HEX #2FC010 Kelly Green

📋 copy color: '#2FC010'

red 47 ◦ green 192 ◦ blue 16

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

Shades of Kelly Green #2FC010

Tints of Kelly Green #2FC010

RGB

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

 GREEN value IS 192 (75.39% from 255) = 75.29%

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

R = 18.43%
G = 75.29%
B = 6.27%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#2FC010 (or 0x2FC010) is known color: Kelly Green. HEX triplet: 2F, C0 and 10. RGB value is (47,192,16). Sum of RGB (Red+Green+Blue) = 47+192+16=255 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.43% from 255); Green value is 192 (75.39% from 255 or 75.29% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC010 is #D03FEF. Grayscale: #818181. Windows color (decimal): -13647856 or 1097775. OLE color: 1097775.

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

Color convert

RGB 47 192 16 -
CMYK 0.76 0 0.92 0.25
HSL 109.43º 0.85% 0.41% -
HSV(B) 109.43º 0.92% 0.75% -
XYZ 20.12 38.34 6.83 -
YUV 128.58 64.46 69.81 -
System Red Green Blue C M Y K H S L
Decimal 47 192 16 0.76 0 0.92 0.25 109.43 0.85 0.41
Hex 2F C0 10 4C 0 5C 19 6D 55 29
Octal 57 300 20 114 0 134 31 155 125 51
Binary 101111 11000000 10000 1001100 0 1011100 11001 1101101 1010101 101001

Color Harmonies of #2FC010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC010

Black with #2FC010

Text Example


Text Example

White with #2FC010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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