Html Css Color HEX #3CE104 Harlequin

📋 copy color: '#3CE104'

red 60 ◦ green 225 ◦ blue 4

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

Shades of Harlequin #3CE104

Tints of Harlequin #3CE104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.38%

R = 20.76%
G = 77.85%
B = 1.38%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#3CE104 (or 0x3CE104) is known color: Harlequin. HEX triplet: 3C, E1 and 04. RGB value is (60,225,4). Sum of RGB (Red+Green+Blue) = 60+225+4=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 225 (88.28% from 255 or 77.85% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE104 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CE104 is #C31EFB. Grayscale: #979797. Windows color (decimal): -12787452 or 319804. OLE color: 319804.

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

Color convert

RGB 60 225 4 -
CMYK 0.73 0 0.98 0.12
HSL 104.8º 0.97% 0.45% -
HSV(B) 104.8º 0.98% 0.88% -
XYZ 28.81 54.82 9.18 -
YUV 150.47 45.34 63.47 -
System Red Green Blue C M Y K H S L
Decimal 60 225 4 0.73 0 0.98 0.12 104.8 0.97 0.45
Hex 3C E1 4 49 0 62 C 69 61 2D
Octal 74 341 4 111 0 142 14 151 141 55
Binary 111100 11100001 100 1001001 0 1100010 1100 1101001 1100001 101101

Color Harmonies of #3CE104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE104

Black with #3CE104

Text Example


Text Example

White with #3CE104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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