Html Css Color HEX #3CE60D Harlequin

📋 copy color: '#3CE60D'

red 60 ◦ green 230 ◦ blue 13

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

Shades of Harlequin #3CE60D

Tints of Harlequin #3CE60D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 75.91%

 BLUE value IS 13 (5.47% from 255) = 4.29%

R = 19.8%
G = 75.91%
B = 4.29%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#3CE60D (or 0x3CE60D) is known color: Harlequin. HEX triplet: 3C, E6 and 0D. RGB value is (60,230,13). Sum of RGB (Red+Green+Blue) = 60+230+13=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 230 (90.23% from 255 or 75.91% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 230 - color contains mainly: green. Hex color #3CE60D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CE60D is #C319F2. Grayscale: #9B9B9B. Windows color (decimal): -12786163 or 910908. OLE color: 910908.

HSL color Cylindrical-coordinate representation of color #3CE60D: hue angle of 107º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3CE60D is Cyan = 0.74, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 60 230 13 -
CMYK 0.74 0 0.94 0.10
HSL 107º 0.89% 0.48% -
HSV(B) 107º 0.94% 0.9% -
XYZ 30.23 57.58 9.9 -
YUV 154.43 48.18 60.64 -
System Red Green Blue C M Y K H S L
Decimal 60 230 13 0.74 0 0.94 0.10 107 0.89 0.48
Hex 3C E6 D 4A 0 5E A 6B 59 30
Octal 74 346 15 112 0 136 12 153 131 60
Binary 111100 11100110 1101 1001010 0 1011110 1010 1101011 1011001 110000

Color Harmonies of #3CE60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE60D

Black with #3CE60D

Text Example


Text Example

White with #3CE60D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,230,13); }

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

background-color css

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

 a { background-color: rgb(60,230,13); }

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

border-color css

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

 span { border-color: rgb(60,230,13); }

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