Html Css Color HEX #3CED01 Harlequin

📋 copy color: '#3CED01'

red 60 ◦ green 237 ◦ blue 1

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

Shades of Harlequin #3CED01

Tints of Harlequin #3CED01

RGB

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

 GREEN value IS 237 (92.97% from 255) = 79.53%

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

R = 20.13%
G = 79.53%
B = 0.34%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#3CED01 (or 0x3CED01) is known color: Harlequin. HEX triplet: 3C, ED and 01. RGB value is (60,237,1). Sum of RGB (Red+Green+Blue) = 60+237+1=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 237 (92.97% from 255 or 79.53% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 237 - color contains mainly: green. Hex color #3CED01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CED01 is #C312FE. Grayscale: #9D9D9D. Windows color (decimal): -12784383 or 126268. OLE color: 126268.

HSL color Cylindrical-coordinate representation of color #3CED01: hue angle of 105º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3CED01 is Cyan = 0.75, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 237 1 -
CMYK 0.75 0 1.00 0.07
HSL 105º 0.99% 0.47% -
HSV(B) 105º 1% 0.93% -
XYZ 32.15 61.53 10.21 -
YUV 157.17 39.86 58.69 -
System Red Green Blue C M Y K H S L
Decimal 60 237 1 0.75 0 1.00 0.07 105 0.99 0.47
Hex 3C ED 1 4B 0 64 7 69 63 2F
Octal 74 355 1 113 0 144 7 151 143 57
Binary 111100 11101101 1 1001011 0 1100100 111 1101001 1100011 101111

Color Harmonies of #3CED01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CED01

Black with #3CED01

Text Example


Text Example

White with #3CED01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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