Html Css Color HEX #3CD900 Harlequin

📋 copy color: '#3CD900'

red 60 ◦ green 217 ◦ blue 0

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

Shades of Harlequin #3CD900

Tints of Harlequin #3CD900

RGB

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

 GREEN value IS 217 (85.16% from 255) = 78.34%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 21.66%
G = 78.34%
B = 0%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#3CD900 (or 0x3CD900) is known color: Harlequin. HEX triplet: 3C, D9 and 00. RGB value is (60,217,0). Sum of RGB (Red+Green+Blue) = 60+217+0=277 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.66% from 277); Green value is 217 (85.16% from 255 or 78.34% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 217 - color contains mainly: green. Hex color #3CD900 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CD900 is #C326FF. Grayscale: #929292. Windows color (decimal): -12789504 or 55612. OLE color: 55612.

HSL color Cylindrical-coordinate representation of color #3CD900: hue angle of 103.41º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3CD900 is Cyan = 0.72, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 60 217 0 -
CMYK 0.72 0 1 0.15
HSL 103.41º 1% 0.43% -
HSV(B) 103.41º 1% 0.85% -
XYZ 26.68 50.59 8.36 -
YUV 145.32 45.99 67.14 -
System Red Green Blue C M Y K H S L
Decimal 60 217 0 0.72 0 1 0.15 103.41 1 0.43
Hex 3C D9 0 48 0 64 F 67 64 2B
Octal 74 331 0 110 0 144 17 147 144 53
Binary 111100 11011001 0 1001000 0 1100100 1111 1100111 1100100 101011

Color Harmonies of #3CD900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD900

Black with #3CD900

Text Example


Text Example

White with #3CD900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,217,0); }

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

background-color css

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

 a { background-color: rgb(60,217,0); }

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

border-color css

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

 span { border-color: rgb(60,217,0); }

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