Html Css Color HEX #3CE100 Harlequin

📋 copy color: '#3CE100'

red 60 ◦ green 225 ◦ blue 0

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

Shades of Harlequin #3CE100

Tints of Harlequin #3CE100

RGB

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

 GREEN value IS 225 (88.28% from 255) = 78.95%

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

R = 21.05%
G = 78.95%
B = 0%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#3CE100 (or 0x3CE100) is known color: Harlequin. HEX triplet: 3C, E1 and 00. RGB value is (60,225,0). Sum of RGB (Red+Green+Blue) = 60+225+0=285 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.05% from 285); Green value is 225 (88.28% from 255 or 78.95% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE100 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CE100 is #C31EFF. Grayscale: #969696. Windows color (decimal): -12787456 or 57660. OLE color: 57660.

HSL color Cylindrical-coordinate representation of color #3CE100: hue angle of 104º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3CE100 is Cyan = 0.73, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 60 225 0 -
CMYK 0.73 0 1 0.12
HSL 104º 1% 0.44% -
HSV(B) 104º 1% 0.88% -
XYZ 28.79 54.81 9.06 -
YUV 150.02 43.34 63.8 -
System Red Green Blue C M Y K H S L
Decimal 60 225 0 0.73 0 1 0.12 104 1 0.44
Hex 3C E1 0 49 0 64 C 68 64 2C
Octal 74 341 0 111 0 144 14 150 144 54
Binary 111100 11100001 0 1001001 0 1100100 1100 1101000 1100100 101100

Color Harmonies of #3CE100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE100

Black with #3CE100

Text Example


Text Example

White with #3CE100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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