Html Css Color HEX #2FC801 Kelly Green

📋 copy color: '#2FC801'

red 47 ◦ green 200 ◦ blue 1

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

Shades of Kelly Green #2FC801

Tints of Kelly Green #2FC801

RGB

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

 GREEN value IS 200 (78.52% from 255) = 80.65%

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 18.95%
G = 80.65%
B = 0.4%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#2FC801 (or 0x2FC801) is known color: Kelly Green. HEX triplet: 2F, C8 and 01. RGB value is (47,200,1). Sum of RGB (Red+Green+Blue) = 47+200+1=248 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.95% from 248); Green value is 200 (78.52% from 255 or 80.65% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 200 - color contains mainly: green. Hex color #2FC801 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC801 is #D037FE. Grayscale: #848484. Windows color (decimal): -13645823 or 116783. OLE color: 116783.

HSL color Cylindrical-coordinate representation of color #2FC801: hue angle of 106.13º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2FC801 is Cyan = 0.76, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 47 200 1 -
CMYK 0.76 0 1.00 0.22
HSL 106.13º 0.99% 0.39% -
HSV(B) 106.13º 1% 0.78% -
XYZ 21.83 41.92 6.97 -
YUV 131.57 54.31 67.68 -
System Red Green Blue C M Y K H S L
Decimal 47 200 1 0.76 0 1.00 0.22 106.13 0.99 0.39
Hex 2F C8 1 4C 0 64 16 6A 63 27
Octal 57 310 1 114 0 144 26 152 143 47
Binary 101111 11001000 1 1001100 0 1100100 10110 1101010 1100011 100111

Color Harmonies of #2FC801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC801

Black with #2FC801

Text Example


Text Example

White with #2FC801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,200,1); }

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

background-color css

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

 a { background-color: rgb(47,200,1); }

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

border-color css

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

 span { border-color: rgb(47,200,1); }

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