Html Css Color HEX #3CED15 Harlequin

📋 copy color: '#3CED15'

red 60 ◦ green 237 ◦ blue 21

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

Shades of Harlequin #3CED15

Tints of Harlequin #3CED15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.6%

R = 18.87%
G = 74.53%
B = 6.6%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#3CED15 (or 0x3CED15) is known color: Harlequin. HEX triplet: 3C, ED and 15. RGB value is (60,237,21). Sum of RGB (Red+Green+Blue) = 60+237+21=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 237 (92.97% from 255 or 74.53% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 237 - color contains mainly: green. Hex color #3CED15 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CED15 is #C312EA. Grayscale: #A0A0A0. Windows color (decimal): -12784363 or 1436988. OLE color: 1436988.

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

Color convert

RGB 60 237 21 -
CMYK 0.75 0 0.91 0.07
HSL 109.17º 0.86% 0.51% -
HSV(B) 109.17º 0.91% 0.93% -
XYZ 32.28 61.58 10.89 -
YUV 159.45 49.86 57.06 -
System Red Green Blue C M Y K H S L
Decimal 60 237 21 0.75 0 0.91 0.07 109.17 0.86 0.51
Hex 3C ED 15 4B 0 5B 7 6D 56 33
Octal 74 355 25 113 0 133 7 155 126 63
Binary 111100 11101101 10101 1001011 0 1011011 111 1101101 1010110 110011

Color Harmonies of #3CED15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CED15

Black with #3CED15

Text Example


Text Example

White with #3CED15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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