Html Css Color HEX #3CEF21 Harlequin

📋 copy color: '#3CEF21'

red 60 ◦ green 239 ◦ blue 33

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

Shades of Harlequin #3CEF21

Tints of Harlequin #3CEF21

RGB

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

 GREEN value IS 239 (93.75% from 255) = 71.99%

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

R = 18.07%
G = 71.99%
B = 9.94%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#3CEF21 (or 0x3CEF21) is known color: Harlequin. HEX triplet: 3C, EF and 21. RGB value is (60,239,33). Sum of RGB (Red+Green+Blue) = 60+239+33=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 239 (93.75% from 255 or 71.99% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 239 - color contains mainly: green. Hex color #3CEF21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEF21 is #C310DE. Grayscale: #A2A2A2. Windows color (decimal): -12783839 or 2223932. OLE color: 2223932.

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

Color convert

RGB 60 239 33 -
CMYK 0.75 0 0.86 0.06
HSL 112.14º 0.87% 0.53% -
HSV(B) 112.14º 0.86% 0.94% -
XYZ 33 62.8 11.82 -
YUV 162 55.2 55.25 -
System Red Green Blue C M Y K H S L
Decimal 60 239 33 0.75 0 0.86 0.06 112.14 0.87 0.53
Hex 3C EF 21 4B 0 56 6 70 57 35
Octal 74 357 41 113 0 126 6 160 127 65
Binary 111100 11101111 100001 1001011 0 1010110 110 1110000 1010111 110101

Color Harmonies of #3CEF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEF21

Black with #3CEF21

Text Example


Text Example

White with #3CEF21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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