Html Css Color HEX #3CEB12 Harlequin

📋 copy color: '#3CEB12'

red 60 ◦ green 235 ◦ blue 18

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

Shades of Harlequin #3CEB12

Tints of Harlequin #3CEB12

RGB

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

 GREEN value IS 235 (92.19% from 255) = 75.08%

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

R = 19.17%
G = 75.08%
B = 5.75%

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

#3CEB12 (or 0x3CEB12) is known color: Harlequin. HEX triplet: 3C, EB and 12. RGB value is (60,235,18). Sum of RGB (Red+Green+Blue) = 60+235+18=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 235 (92.19% from 255 or 75.08% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 235 - color contains mainly: green. Hex color #3CEB12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CEB12 is #C314ED. Grayscale: #9E9E9E. Windows color (decimal): -12784878 or 1239868. OLE color: 1239868.

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

Color convert

RGB 60 235 18 -
CMYK 0.74 0 0.92 0.08
HSL 108.39º 0.86% 0.5% -
HSV(B) 108.39º 0.92% 0.92% -
XYZ 31.68 60.42 10.56 -
YUV 157.94 49.02 58.14 -
System Red Green Blue C M Y K H S L
Decimal 60 235 18 0.74 0 0.92 0.08 108.39 0.86 0.5
Hex 3C EB 12 4A 0 5C 8 6C 56 32
Octal 74 353 22 112 0 134 10 154 126 62
Binary 111100 11101011 10010 1001010 0 1011100 1000 1101100 1010110 110010

Color Harmonies of #3CEB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEB12

Black with #3CEB12

Text Example


Text Example

White with #3CEB12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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