Html Css Color HEX #3CEA00 Harlequin

📋 copy color: '#3CEA00'

red 60 ◦ green 234 ◦ blue 0

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

Shades of Harlequin #3CEA00

Tints of Harlequin #3CEA00

RGB

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

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

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

R = 20.41%
G = 79.59%
B = 0%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#3CEA00 (or 0x3CEA00) is known color: Harlequin. HEX triplet: 3C, EA and 00. RGB value is (60,234,0). Sum of RGB (Red+Green+Blue) = 60+234+0=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 234 (91.80% from 255 or 79.59% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 234 - color contains mainly: green. Hex color #3CEA00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CEA00 is #C315FF. Grayscale: #9C9C9C. Windows color (decimal): -12785152 or 59964. OLE color: 59964.

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

Color convert

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

Color Harmonies of #3CEA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEA00

Black with #3CEA00

Text Example


Text Example

White with #3CEA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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