#3DE30C

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

Shades of Harlequin #3DE30C

Tints of Harlequin #3DE30C

Color information

#3DE30C (or 0x3DE30C) is unknown color: approx Harlequin. HEX triplet: 3D, E3 and 0C. RGB value is (61,227,12). Sum of RGB (Red+Green+Blue) = 61+227+12=300 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.33% from 300); Green value is 227 (89.06% from 255 or 75.67% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 227 - color contains mainly: green. Hex color #3DE30C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3DE30C is #C21CF3. Grayscale: #999999. Windows color (decimal): -12721396 or 844605. OLE color: 844605.

HSL color Cylindrical-coordinate representation of color #3DE30C: hue angle of 106.33º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3DE30C is Cyan = 0.73, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB6122712-
CMYK0.7300.950.11
HSL106.33º89.96%46.86%-
HSV(B)106.33º94.71%89.02%-
XYZ29.4655.969.6-
YUV152.8648.562.48-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.33%
GREEN value IS 227 (89.06% from 255) = 75.67%
BLUE value IS 12 (5.08% from 255) = 4%
R=20.33%
G=75.67%
B=4%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal61227120.7300.950.11106.3389.9646.86
Hex3DE3C4905FB6a5a2f
Octal753431411101371315213257
Binary111101111000111100100100101011111101111010101011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE30C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,227,12); }

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

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

 a { background-color: rgb(61,227,12); }

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

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

 span { border-color: rgb(61,227,12); }

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