Html Css Color HEX #3CEF12 Harlequin

📋 copy color: '#3CEF12'

red 60 ◦ green 239 ◦ blue 18

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

Shades of Harlequin #3CEF12

Tints of Harlequin #3CEF12

RGB

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

 GREEN value IS 239 (93.75% from 255) = 75.39%

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

R = 18.93%
G = 75.39%
B = 5.68%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#3CEF12 (or 0x3CEF12) is known color: Harlequin. HEX triplet: 3C, EF and 12. RGB value is (60,239,18). Sum of RGB (Red+Green+Blue) = 60+239+18=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 239 (93.75% from 255 or 75.39% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEF12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CEF12 is #C310ED. Grayscale: #A0A0A0. Windows color (decimal): -12783854 or 1240892. OLE color: 1240892.

HSL color Cylindrical-coordinate representation of color #3CEF12: hue angle of 108.6º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3CEF12 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 239 18 -
CMYK 0.75 0 0.92 0.06
HSL 108.6º 0.87% 0.5% -
HSV(B) 108.6º 0.92% 0.94% -
XYZ 32.84 62.74 10.95 -
YUV 160.29 47.7 56.47 -
System Red Green Blue C M Y K H S L
Decimal 60 239 18 0.75 0 0.92 0.06 108.6 0.87 0.5
Hex 3C EF 12 4B 0 5C 6 6D 57 32
Octal 74 357 22 113 0 134 6 155 127 62
Binary 111100 11101111 10010 1001011 0 1011100 110 1101101 1010111 110010

Color Harmonies of #3CEF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEF12

Black with #3CEF12

Text Example


Text Example

White with #3CEF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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