Html Css Color HEX #3CEC02 Harlequin

📋 copy color: '#3CEC02'

red 60 ◦ green 236 ◦ blue 2

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

Shades of Harlequin #3CEC02

Tints of Harlequin #3CEC02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.67%

R = 20.13%
G = 79.19%
B = 0.67%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#3CEC02 (or 0x3CEC02) is known color: Harlequin. HEX triplet: 3C, EC and 02. RGB value is (60,236,2). Sum of RGB (Red+Green+Blue) = 60+236+2=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 236 (92.58% from 255 or 79.19% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 236 - color contains mainly: green. Hex color #3CEC02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CEC02 is #C313FD. Grayscale: #9D9D9D. Windows color (decimal): -12784638 or 191548. OLE color: 191548.

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

Color convert

RGB 60 236 2 -
CMYK 0.75 0 0.99 0.07
HSL 105.13º 0.98% 0.47% -
HSV(B) 105.13º 0.99% 0.93% -
XYZ 31.87 60.96 10.14 -
YUV 156.7 40.69 59.03 -
System Red Green Blue C M Y K H S L
Decimal 60 236 2 0.75 0 0.99 0.07 105.13 0.98 0.47
Hex 3C EC 2 4B 0 63 7 69 62 2F
Octal 74 354 2 113 0 143 7 151 142 57
Binary 111100 11101100 10 1001011 0 1100011 111 1101001 1100010 101111

Color Harmonies of #3CEC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEC02

Black with #3CEC02

Text Example


Text Example

White with #3CEC02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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