#3DF01B

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

Shades of Harlequin #3DF01B

Tints of Harlequin #3DF01B

Color information

#3DF01B (or 0x3DF01B) is unknown color: approx Harlequin. HEX triplet: 3D, F0 and 1B. RGB value is (61,240,27). Sum of RGB (Red+Green+Blue) = 61+240+27=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 240 (94.14% from 255 or 73.17% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF01B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DF01B is #C20FE4. Grayscale: #A2A2A2. Windows color (decimal): -12718053 or 1830973. OLE color: 1830973.

HSL color Cylindrical-coordinate representation of color #3DF01B: hue angle of 110.42º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3DF01B is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB6124027-
CMYK0.7500.890.06
HSL110.42º87.65%52.35%-
HSV(B)110.42º88.75%94.12%-
XYZ33.2863.3911.52-
YUV162.251.755.82-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.60%
GREEN value IS 240 (94.14% from 255) = 73.17%
BLUE value IS 27 (10.94% from 255) = 8.23%
R=18.60%
G=73.17%
B=8.23%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal61240270.7500.890.06110.4287.6552.35
Hex3DF01B4B05966e5834
Octal75360331130131615613064
Binary111101111100001101110010110101100111011011101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF01B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,240,27); }

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

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

 a { background-color: rgb(61,240,27); }

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

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

 span { border-color: rgb(61,240,27); }

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