Html Css Color HEX #3CEC12 Harlequin

📋 copy color: '#3CEC12'

red 60 ◦ green 236 ◦ blue 18

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

Shades of Harlequin #3CEC12

Tints of Harlequin #3CEC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.73%

R = 19.11%
G = 75.16%
B = 5.73%

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

#3CEC12 (or 0x3CEC12) is known color: Harlequin. HEX triplet: 3C, EC and 12. RGB value is (60,236,18). Sum of RGB (Red+Green+Blue) = 60+236+18=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 236 (92.58% from 255 or 75.16% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 236 - color contains mainly: green. Hex color #3CEC12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CEC12 is #C313ED. Grayscale: #9F9F9F. Windows color (decimal): -12784622 or 1240124. OLE color: 1240124.

HSL color Cylindrical-coordinate representation of color #3CEC12: hue angle of 108.44º degrees, saturation: 0.86, 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 #3CEC12 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 236 18 -
CMYK 0.75 0 0.92 0.07
HSL 108.44º 0.86% 0.5% -
HSV(B) 108.44º 0.92% 0.93% -
XYZ 31.97 61 10.66 -
YUV 158.52 48.69 57.73 -
System Red Green Blue C M Y K H S L
Decimal 60 236 18 0.75 0 0.92 0.07 108.44 0.86 0.5
Hex 3C EC 12 4B 0 5C 7 6C 56 32
Octal 74 354 22 113 0 134 7 154 126 62
Binary 111100 11101100 10010 1001011 0 1011100 111 1101100 1010110 110010

Color Harmonies of #3CEC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEC12

Black with #3CEC12

Text Example


Text Example

White with #3CEC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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