Html Css Color HEX #3CEC13 Harlequin

📋 copy color: '#3CEC13'

red 60 ◦ green 236 ◦ blue 19

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

Shades of Harlequin #3CEC13

Tints of Harlequin #3CEC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.03%

R = 19.05%
G = 74.92%
B = 6.03%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#3CEC13 (or 0x3CEC13) is known color: Harlequin. HEX triplet: 3C, EC and 13. RGB value is (60,236,19). Sum of RGB (Red+Green+Blue) = 60+236+19=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 236 (92.58% from 255 or 74.92% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 236 - color contains mainly: green. Hex color #3CEC13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CEC13 is #C313EC. Grayscale: #9F9F9F. Windows color (decimal): -12784621 or 1305660. OLE color: 1305660.

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

Color convert

RGB 60 236 19 -
CMYK 0.75 0 0.92 0.07
HSL 108.66º 0.85% 0.5% -
HSV(B) 108.66º 0.92% 0.93% -
XYZ 31.98 61 10.7 -
YUV 158.64 49.19 57.64 -
System Red Green Blue C M Y K H S L
Decimal 60 236 19 0.75 0 0.92 0.07 108.66 0.85 0.5
Hex 3C EC 13 4B 0 5C 7 6D 55 32
Octal 74 354 23 113 0 134 7 155 125 62
Binary 111100 11101100 10011 1001011 0 1011100 111 1101101 1010101 110010

Color Harmonies of #3CEC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEC13

Black with #3CEC13

Text Example


Text Example

White with #3CEC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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