Html Css Color HEX #3CEC0C Harlequin

📋 copy color: '#3CEC0C'

red 60 ◦ green 236 ◦ blue 12

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

Shades of Harlequin #3CEC0C

Tints of Harlequin #3CEC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.9%

R = 19.48%
G = 76.62%
B = 3.9%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#3CEC0C (or 0x3CEC0C) is known color: Harlequin. HEX triplet: 3C, EC and 0C. RGB value is (60,236,12). Sum of RGB (Red+Green+Blue) = 60+236+12=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 236 (92.58% from 255 or 76.62% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 236 - color contains mainly: green. Hex color #3CEC0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CEC0C is #C313F3. Grayscale: #9E9E9E. Windows color (decimal): -12784628 or 846908. OLE color: 846908.

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

Color convert

RGB 60 236 12 -
CMYK 0.75 0 0.95 0.07
HSL 107.14º 0.9% 0.49% -
HSV(B) 107.14º 0.95% 0.93% -
XYZ 31.93 60.98 10.44 -
YUV 157.84 45.69 58.21 -
System Red Green Blue C M Y K H S L
Decimal 60 236 12 0.75 0 0.95 0.07 107.14 0.9 0.49
Hex 3C EC C 4B 0 5F 7 6B 5A 31
Octal 74 354 14 113 0 137 7 153 132 61
Binary 111100 11101100 1100 1001011 0 1011111 111 1101011 1011010 110001

Color Harmonies of #3CEC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEC0C

Black with #3CEC0C

Text Example


Text Example

White with #3CEC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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