Html Css Color HEX #3CEA12 Harlequin

📋 copy color: '#3CEA12'

red 60 ◦ green 234 ◦ blue 18

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

Shades of Harlequin #3CEA12

Tints of Harlequin #3CEA12

RGB

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

 GREEN value IS 234 (91.8% from 255) = 75%

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

R = 19.23%
G = 75%
B = 5.77%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#3CEA12 (or 0x3CEA12) is known color: Harlequin. HEX triplet: 3C, EA and 12. RGB value is (60,234,18). Sum of RGB (Red+Green+Blue) = 60+234+18=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 234 (91.80% from 255 or 75% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 234 - color contains mainly: green. Hex color #3CEA12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CEA12 is #C315ED. Grayscale: #9E9E9E. Windows color (decimal): -12785134 or 1239612. OLE color: 1239612.

HSL color Cylindrical-coordinate representation of color #3CEA12: hue angle of 108.33º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3CEA12 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 60 234 18 -
CMYK 0.74 0 0.92 0.08
HSL 108.33º 0.86% 0.49% -
HSV(B) 108.33º 0.92% 0.92% -
XYZ 31.4 59.85 10.47 -
YUV 157.35 49.35 58.56 -
System Red Green Blue C M Y K H S L
Decimal 60 234 18 0.74 0 0.92 0.08 108.33 0.86 0.49
Hex 3C EA 12 4A 0 5C 8 6C 56 31
Octal 74 352 22 112 0 134 10 154 126 61
Binary 111100 11101010 10010 1001010 0 1011100 1000 1101100 1010110 110001

Color Harmonies of #3CEA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEA12

Black with #3CEA12

Text Example


Text Example

White with #3CEA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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