Html Css Color HEX #3CE512 Harlequin

📋 copy color: '#3CE512'

red 60 ◦ green 229 ◦ blue 18

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

Shades of Harlequin #3CE512

Tints of Harlequin #3CE512

RGB

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

 GREEN value IS 229 (89.84% from 255) = 74.59%

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

R = 19.54%
G = 74.59%
B = 5.86%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#3CE512 (or 0x3CE512) is known color: Harlequin. HEX triplet: 3C, E5 and 12. RGB value is (60,229,18). Sum of RGB (Red+Green+Blue) = 60+229+18=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 229 (89.84% from 255 or 74.59% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 229 - color contains mainly: green. Hex color #3CE512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CE512 is #C31AED. Grayscale: #9B9B9B. Windows color (decimal): -12786414 or 1238332. OLE color: 1238332.

HSL color Cylindrical-coordinate representation of color #3CE512: hue angle of 108.06º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3CE512 is Cyan = 0.74, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB 60 229 18 -
CMYK 0.74 0 0.92 0.10
HSL 108.06º 0.85% 0.48% -
HSV(B) 108.06º 0.92% 0.9% -
XYZ 29.99 57.04 10 -
YUV 154.42 51.01 60.66 -
System Red Green Blue C M Y K H S L
Decimal 60 229 18 0.74 0 0.92 0.10 108.06 0.85 0.48
Hex 3C E5 12 4A 0 5C A 6C 55 30
Octal 74 345 22 112 0 134 12 154 125 60
Binary 111100 11100101 10010 1001010 0 1011100 1010 1101100 1010101 110000

Color Harmonies of #3CE512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE512

Black with #3CE512

Text Example


Text Example

White with #3CE512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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