Html Css Color HEX #2FC004 Kelly Green

📋 copy color: '#2FC004'

red 47 ◦ green 192 ◦ blue 4

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

Shades of Kelly Green #2FC004

Tints of Kelly Green #2FC004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.65%

R = 19.34%
G = 79.01%
B = 1.65%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#2FC004 (or 0x2FC004) is known color: Kelly Green. HEX triplet: 2F, C0 and 04. RGB value is (47,192,4). Sum of RGB (Red+Green+Blue) = 47+192+4=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 192 (75.39% from 255 or 79.01% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC004 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC004 is #D03FFB. Grayscale: #7F7F7F. Windows color (decimal): -13647868 or 311343. OLE color: 311343.

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

Color convert

RGB 47 192 4 -
CMYK 0.76 0 0.98 0.25
HSL 106.28º 0.96% 0.38% -
HSV(B) 106.28º 0.98% 0.75% -
XYZ 20.04 38.31 6.45 -
YUV 127.21 58.46 70.79 -
System Red Green Blue C M Y K H S L
Decimal 47 192 4 0.76 0 0.98 0.25 106.28 0.96 0.38
Hex 2F C0 4 4C 0 62 19 6A 60 26
Octal 57 300 4 114 0 142 31 152 140 46
Binary 101111 11000000 100 1001100 0 1100010 11001 1101010 1100000 100110

Color Harmonies of #2FC004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FC004

Black with #2FC004

Text Example


Text Example

White with #2FC004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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