Html Css Color HEX #2FC802 Kelly Green

📋 copy color: '#2FC802'

red 47 ◦ green 200 ◦ blue 2

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

Shades of Kelly Green #2FC802

Tints of Kelly Green #2FC802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.8%

R = 18.88%
G = 80.32%
B = 0.8%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#2FC802 (or 0x2FC802) is known color: Kelly Green. HEX triplet: 2F, C8 and 02. RGB value is (47,200,2). Sum of RGB (Red+Green+Blue) = 47+200+2=249 (32% of max value = 765). Red value is 47 (18.75% from 255 or 18.88% from 249); Green value is 200 (78.52% from 255 or 80.32% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 200 - color contains mainly: green. Hex color #2FC802 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC802 is #D037FD. Grayscale: #848484. Windows color (decimal): -13645822 or 182319. OLE color: 182319.

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

Color convert

RGB 47 200 2 -
CMYK 0.76 0 0.99 0.22
HSL 106.36º 0.98% 0.4% -
HSV(B) 106.36º 0.99% 0.78% -
XYZ 21.84 41.92 7 -
YUV 131.68 54.81 67.6 -
System Red Green Blue C M Y K H S L
Decimal 47 200 2 0.76 0 0.99 0.22 106.36 0.98 0.4
Hex 2F C8 2 4C 0 63 16 6A 62 28
Octal 57 310 2 114 0 143 26 152 142 50
Binary 101111 11001000 10 1001100 0 1100011 10110 1101010 1100010 101000

Color Harmonies of #2FC802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC802

Black with #2FC802

Text Example


Text Example

White with #2FC802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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