#3AED00

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

Shades of Harlequin #3AED00

Tints of Harlequin #3AED00

Color information

#3AED00 (or 0x3AED00) is unknown color: approx Harlequin. HEX triplet: 3A, ED and 00. RGB value is (58,237,0). Sum of RGB (Red+Green+Blue) = 58+237+0=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 237 (92.97% from 255 or 80.34% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 237 - color contains mainly: green. Hex color #3AED00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3AED00 is #C512FF. Grayscale: #9D9D9D. Windows color (decimal): -12915456 or 60730. OLE color: 60730.

HSL color Cylindrical-coordinate representation of color #3AED00: hue angle of 105.32º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3AED00 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB582370-
CMYK0.76010.07
HSL105.32º100%46.47%-
HSV(B)105.32º100%92.94%-
XYZ32.0361.4710.18-
YUV156.4639.757.77-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.66%
GREEN value IS 237 (92.97% from 255) = 80.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=19.66%
G=80.34%
B=0%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal5823700.76010.07105.3210046.47
Hex3AED04C064769642e
Octal7235501140144715114456
Binary11101011101101010011000110010011111010011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AED00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,237,0); }

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

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

 a { background-color: rgb(58,237,0); }

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

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

 span { border-color: rgb(58,237,0); }

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