Html Css Color HEX #3CEC10 Harlequin

📋 copy color: '#3CEC10'

red 60 ◦ green 236 ◦ blue 16

#3CEC10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harlequin #3CEC10

Tints of Harlequin #3CEC10

RGB

 RED value IS 60 (23.83% from 255) = 19.23%

 GREEN value IS 236 (92.58% from 255) = 75.64%

 BLUE value IS 16 (6.64% from 255) = 5.13%

R = 19.23%
G = 75.64%
B = 5.13%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#3CEC10 (or 0x3CEC10) is known color: Harlequin. HEX triplet: 3C, EC and 10. RGB value is (60,236,16). Sum of RGB (Red+Green+Blue) = 60+236+16=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 236 (92.58% from 255 or 75.64% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 236 - color contains mainly: green. Hex color #3CEC10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CEC10 is #C313EF. Grayscale: #9E9E9E. Windows color (decimal): -12784624 or 1109052. OLE color: 1109052.

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

Color convert

RGB 60 236 16 -
CMYK 0.75 0 0.93 0.07
HSL 108º 0.87% 0.49% -
HSV(B) 108º 0.93% 0.93% -
XYZ 31.95 60.99 10.58 -
YUV 158.3 47.69 57.89 -
System Red Green Blue C M Y K H S L
Decimal 60 236 16 0.75 0 0.93 0.07 108 0.87 0.49
Hex 3C EC 10 4B 0 5D 7 6C 57 31
Octal 74 354 20 113 0 135 7 154 127 61
Binary 111100 11101100 10000 1001011 0 1011101 111 1101100 1010111 110001

Color Harmonies of #3CEC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEC10

Black with #3CEC10

Text Example


Text Example

White with #3CEC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,236,16); }

 H1.HeaderClassName
 {
   color: #3CEC10;
 }
 .AnyTagClassName
 {
   color: #3CEC10;
 }
</style>

background-color css

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

 a { background-color: rgb(60,236,16); }

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

border-color css

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

 span { border-color: rgb(60,236,16); }

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