#3CE20B

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

Shades of Harlequin #3CE20B

Tints of Harlequin #3CE20B

Color information

#3CE20B (or 0x3CE20B) is unknown color: approx Harlequin. HEX triplet: 3C, E2 and 0B. RGB value is (60,226,11). Sum of RGB (Red+Green+Blue) = 60+226+11=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 226 (88.67% from 255 or 76.09% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 226 - color contains mainly: green. Hex color #3CE20B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CE20B is #C31DF4. Grayscale: #989898. Windows color (decimal): -12787189 or 778812. OLE color: 778812.

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

Color convert

RGB6022611-
CMYK0.7300.950.11
HSL106.33º90.72%46.47%-
HSV(B)106.33º95.13%88.63%-
XYZ29.1255.389.47-
YUV151.8648.562.48-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.20%
GREEN value IS 226 (88.67% from 255) = 76.09%
BLUE value IS 11 (4.69% from 255) = 3.70%
R=20.20%
G=76.09%
B=3.70%

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
Decimal60226110.7300.950.11106.3390.7246.47
Hex3CE2B4905FB6a5b2e
Octal743421311101371315213356
Binary111100111000101011100100101011111101111010101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CE20B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,226,11); }

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

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

 a { background-color: rgb(60,226,11); }

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

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

 span { border-color: rgb(60,226,11); }

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