#2FD704

Color #2FD704 Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #2FD704

Tints of Harlequin #2FD704

Color information

#2FD704 (or 0x2FD704) is unknown color: approx Harlequin. HEX triplet: 2F, D7 and 04. RGB value is (47,215,4). Sum of RGB (Red+Green+Blue) = 47+215+4=266 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.67% from 266); Green value is 215 (84.38% from 255 or 80.83% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 215 - color contains mainly: green. Hex color #2FD704 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD704 is #D028FB. Grayscale: #8D8D8D. Windows color (decimal): -13641980 or 317231. OLE color: 317231.

HSL color Cylindrical-coordinate representation of color #2FD704: hue angle of 107.77º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2FD704 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB472154-
CMYK0.7800.980.16
HSL107.77º96.35%42.94%-
HSV(B)107.77º98.14%84.31%-
XYZ25.4949.218.27-
YUV140.7150.8461.16-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 17.67%
GREEN value IS 215 (84.38% from 255) = 80.83%
BLUE value IS 4 (1.95% from 255) = 1.50%
R=17.67%
G=80.83%
B=1.50%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal4721540.7800.980.16107.7796.3542.94
Hex2FD744E062106c602b
Octal57327411601422015414053
Binary101111110101111001001110011000101000011011001100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FD704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2FD704;
 }
 .AnyTagClassName
 {
   color: #2FD704;
 }
</style>
background-color css

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

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

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

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

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

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