Html Css Color HEX #3CED21 Harlequin

📋 copy color: '#3CED21'

red 60 ◦ green 237 ◦ blue 33

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

Shades of Harlequin #3CED21

Tints of Harlequin #3CED21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10%

R = 18.18%
G = 71.82%
B = 10%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#3CED21 (or 0x3CED21) is known color: Harlequin. HEX triplet: 3C, ED and 21. RGB value is (60,237,33). Sum of RGB (Red+Green+Blue) = 60+237+33=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 237 (92.97% from 255 or 71.82% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 237 - color contains mainly: green. Hex color #3CED21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CED21 is #C312DE. Grayscale: #A1A1A1. Windows color (decimal): -12784351 or 2223420. OLE color: 2223420.

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

Color convert

RGB 60 237 33 -
CMYK 0.75 0 0.86 0.07
HSL 112.06º 0.85% 0.53% -
HSV(B) 112.06º 0.86% 0.93% -
XYZ 32.42 61.64 11.63 -
YUV 160.82 55.86 56.09 -
System Red Green Blue C M Y K H S L
Decimal 60 237 33 0.75 0 0.86 0.07 112.06 0.85 0.53
Hex 3C ED 21 4B 0 56 7 70 55 35
Octal 74 355 41 113 0 126 7 160 125 65
Binary 111100 11101101 100001 1001011 0 1010110 111 1110000 1010101 110101

Color Harmonies of #3CED21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CED21

Black with #3CED21

Text Example


Text Example

White with #3CED21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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