#3DEF1E

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

Shades of Harlequin #3DEF1E

Tints of Harlequin #3DEF1E

Color information

#3DEF1E (or 0x3DEF1E) is unknown color: approx Harlequin. HEX triplet: 3D, EF and 1E. RGB value is (61,239,30). Sum of RGB (Red+Green+Blue) = 61+239+30=330 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.48% from 330); Green value is 239 (93.75% from 255 or 72.42% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 239 - color contains mainly: green. Hex color #3DEF1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DEF1E is #C210E1. Grayscale: #A2A2A2. Windows color (decimal): -12718306 or 2027325. OLE color: 2027325.

HSL color Cylindrical-coordinate representation of color #3DEF1E: hue angle of 111.1º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3DEF1E is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB6123930-
CMYK0.7400.870.06
HSL111.1º86.72%52.75%-
HSV(B)111.1º87.45%93.73%-
XYZ33.0362.8211.61-
YUV161.9553.5355.99-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.48%
GREEN value IS 239 (93.75% from 255) = 72.42%
BLUE value IS 30 (12.11% from 255) = 9.09%
R=18.48%
G=72.42%
B=9.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal61239300.7400.870.06111.186.7252.75
Hex3DEF1E4A05766f5735
Octal75357361120127615712765
Binary111101111011111111010010100101011111011011111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DEF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,239,30); }

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

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

 a { background-color: rgb(61,239,30); }

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

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

 span { border-color: rgb(61,239,30); }

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