Html Css Color HEX #3CEA01 Harlequin

📋 copy color: '#3CEA01'

red 60 ◦ green 234 ◦ blue 1

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

Shades of Harlequin #3CEA01

Tints of Harlequin #3CEA01

RGB

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

 GREEN value IS 234 (91.8% from 255) = 79.32%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 20.34%
G = 79.32%
B = 0.34%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#3CEA01 (or 0x3CEA01) is known color: Harlequin. HEX triplet: 3C, EA and 01. RGB value is (60,234,1). Sum of RGB (Red+Green+Blue) = 60+234+1=295 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.34% from 295); Green value is 234 (91.80% from 255 or 79.32% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 234 - color contains mainly: green. Hex color #3CEA01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CEA01 is #C315FE. Grayscale: #9C9C9C. Windows color (decimal): -12785151 or 125500. OLE color: 125500.

HSL color Cylindrical-coordinate representation of color #3CEA01: hue angle of 104.81º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3CEA01 is Cyan = 0.74, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 60 234 1 -
CMYK 0.74 0 1.00 0.08
HSL 104.81º 0.99% 0.46% -
HSV(B) 104.81º 1% 0.92% -
XYZ 31.29 59.81 9.92 -
YUV 155.41 40.85 59.95 -
System Red Green Blue C M Y K H S L
Decimal 60 234 1 0.74 0 1.00 0.08 104.81 0.99 0.46
Hex 3C EA 1 4A 0 64 8 69 63 2E
Octal 74 352 1 112 0 144 10 151 143 56
Binary 111100 11101010 1 1001010 0 1100100 1000 1101001 1100011 101110

Color Harmonies of #3CEA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEA01

Black with #3CEA01

Text Example


Text Example

White with #3CEA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,234,1); }

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

background-color css

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

 a { background-color: rgb(60,234,1); }

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

border-color css

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

 span { border-color: rgb(60,234,1); }

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