#3CF71E

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

Shades of Harlequin #3CF71E

Tints of Harlequin #3CF71E

Color information

#3CF71E (or 0x3CF71E) is unknown color: approx Harlequin. HEX triplet: 3C, F7 and 1E. RGB value is (60,247,30). Sum of RGB (Red+Green+Blue) = 60+247+30=337 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.80% from 337); Green value is 247 (96.88% from 255 or 73.29% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 247 - color contains mainly: green. Hex color #3CF71E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF71E is #C308E1. Grayscale: #A7A7A7. Windows color (decimal): -12781794 or 2029372. OLE color: 2029372.

HSL color Cylindrical-coordinate representation of color #3CF71E: hue angle of 111.71º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3CF71E is Cyan = 0.76, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB6024730-
CMYK0.7600.880.03
HSL111.71º93.13%54.31%-
HSV(B)111.71º87.85%96.86%-
XYZ35.3667.5812.41-
YUV166.3551.0552.14-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.80%
GREEN value IS 247 (96.88% from 255) = 73.29%
BLUE value IS 30 (12.11% from 255) = 8.90%
R=17.80%
G=73.29%
B=8.90%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal60247300.7600.880.03111.7193.1354.31
Hex3CF71E4C0583705d36
Octal74367361140130316013566
Binary11110011110111111101001100010110001111100001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CF71E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CF71E; }

 p { color: rgb(60,247,30); }

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

<style>
 a { background-color: #3CF71E; }

 a { background-color: rgb(60,247,30); }

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

<style>
 span { border-color: #3CF71E; }

 span { border-color: rgb(60,247,30); }

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