Html Css Color HEX #3CED12 Harlequin

📋 copy color: '#3CED12'

red 60 ◦ green 237 ◦ blue 18

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

Shades of Harlequin #3CED12

Tints of Harlequin #3CED12

RGB

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

 GREEN value IS 237 (92.97% from 255) = 75.24%

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

R = 19.05%
G = 75.24%
B = 5.71%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#3CED12 (or 0x3CED12) is known color: Harlequin. HEX triplet: 3C, ED and 12. RGB value is (60,237,18). Sum of RGB (Red+Green+Blue) = 60+237+18=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 237 (92.97% from 255 or 75.24% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 237 - color contains mainly: green. Hex color #3CED12 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CED12 is #C312ED. Grayscale: #9F9F9F. Windows color (decimal): -12784366 or 1240380. OLE color: 1240380.

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

Color convert

RGB 60 237 18 -
CMYK 0.75 0 0.92 0.07
HSL 108.49º 0.86% 0.5% -
HSV(B) 108.49º 0.92% 0.93% -
XYZ 32.26 61.57 10.76 -
YUV 159.11 48.36 57.31 -
System Red Green Blue C M Y K H S L
Decimal 60 237 18 0.75 0 0.92 0.07 108.49 0.86 0.5
Hex 3C ED 12 4B 0 5C 7 6C 56 32
Octal 74 355 22 113 0 134 7 154 126 62
Binary 111100 11101101 10010 1001011 0 1011100 111 1101100 1010110 110010

Color Harmonies of #3CED12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CED12

Black with #3CED12

Text Example


Text Example

White with #3CED12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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