Html Css Color HEX #3CED13 Harlequin

📋 copy color: '#3CED13'

red 60 ◦ green 237 ◦ blue 19

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

Shades of Harlequin #3CED13

Tints of Harlequin #3CED13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.01%

R = 18.99%
G = 75%
B = 6.01%

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

#3CED13 (or 0x3CED13) is known color: Harlequin. HEX triplet: 3C, ED and 13. RGB value is (60,237,19). Sum of RGB (Red+Green+Blue) = 60+237+19=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 237 (92.97% from 255 or 75% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 237 - color contains mainly: green. Hex color #3CED13 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CED13 is #C312EC. Grayscale: #9F9F9F. Windows color (decimal): -12784365 or 1305916. OLE color: 1305916.

HSL color Cylindrical-coordinate representation of color #3CED13: hue angle of 108.72º 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 #3CED13 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 237 19 -
CMYK 0.75 0 0.92 0.07
HSL 108.72º 0.86% 0.5% -
HSV(B) 108.72º 0.92% 0.93% -
XYZ 32.27 61.58 10.8 -
YUV 159.23 48.86 57.23 -
System Red Green Blue C M Y K H S L
Decimal 60 237 19 0.75 0 0.92 0.07 108.72 0.86 0.5
Hex 3C ED 13 4B 0 5C 7 6D 56 32
Octal 74 355 23 113 0 134 7 155 126 62
Binary 111100 11101101 10011 1001011 0 1011100 111 1101101 1010110 110010

Color Harmonies of #3CED13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CED13

Black with #3CED13

Text Example


Text Example

White with #3CED13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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