Html Css Color HEX #2FC006 Kelly Green

📋 copy color: '#2FC006'

red 47 ◦ green 192 ◦ blue 6

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

Shades of Kelly Green #2FC006

Tints of Kelly Green #2FC006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.45%

R = 19.18%
G = 78.37%
B = 2.45%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#2FC006 (or 0x2FC006) is known color: Kelly Green. HEX triplet: 2F, C0 and 06. RGB value is (47,192,6). Sum of RGB (Red+Green+Blue) = 47+192+6=245 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.18% from 245); Green value is 192 (75.39% from 255 or 78.37% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC006 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC006 is #D03FF9. Grayscale: #808080. Windows color (decimal): -13647866 or 442415. OLE color: 442415.

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

Color convert

RGB 47 192 6 -
CMYK 0.76 0 0.97 0.25
HSL 106.77º 0.94% 0.39% -
HSV(B) 106.77º 0.97% 0.75% -
XYZ 20.05 38.32 6.51 -
YUV 127.44 59.46 70.62 -
System Red Green Blue C M Y K H S L
Decimal 47 192 6 0.76 0 0.97 0.25 106.77 0.94 0.39
Hex 2F C0 6 4C 0 61 19 6B 5E 27
Octal 57 300 6 114 0 141 31 153 136 47
Binary 101111 11000000 110 1001100 0 1100001 11001 1101011 1011110 100111

Color Harmonies of #2FC006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC006

Black with #2FC006

Text Example


Text Example

White with #2FC006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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