Html Css Color HEX #3CE012 Harlequin

📋 copy color: '#3CE012'

red 60 ◦ green 224 ◦ blue 18

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

Shades of Harlequin #3CE012

Tints of Harlequin #3CE012

RGB

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

 GREEN value IS 224 (87.89% from 255) = 74.17%

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

R = 19.87%
G = 74.17%
B = 5.96%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#3CE012 (or 0x3CE012) is known color: Harlequin. HEX triplet: 3C, E0 and 12. RGB value is (60,224,18). Sum of RGB (Red+Green+Blue) = 60+224+18=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 224 (87.89% from 255 or 74.17% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE012 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CE012 is #C31FED. Grayscale: #989898. Windows color (decimal): -12787694 or 1237052. OLE color: 1237052.

HSL color Cylindrical-coordinate representation of color #3CE012: hue angle of 107.77º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3CE012 is Cyan = 0.73, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 60 224 18 -
CMYK 0.73 0 0.92 0.12
HSL 107.77º 0.85% 0.47% -
HSV(B) 107.77º 0.92% 0.88% -
XYZ 28.63 54.32 9.55 -
YUV 151.48 52.67 62.75 -
System Red Green Blue C M Y K H S L
Decimal 60 224 18 0.73 0 0.92 0.12 107.77 0.85 0.47
Hex 3C E0 12 49 0 5C C 6C 55 2F
Octal 74 340 22 111 0 134 14 154 125 57
Binary 111100 11100000 10010 1001001 0 1011100 1100 1101100 1010101 101111

Color Harmonies of #3CE012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE012

Black with #3CE012

Text Example


Text Example

White with #3CE012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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