Html Css Color HEX #3CFC0E Harlequin

📋 copy color: '#3CFC0E'

red 60 ◦ green 252 ◦ blue 14

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

Shades of Harlequin #3CFC0E

Tints of Harlequin #3CFC0E

RGB

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

 GREEN value IS 252 (98.83% from 255) = 77.3%

 BLUE value IS 14 (5.86% from 255) = 4.29%

R = 18.4%
G = 77.3%
B = 4.29%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#3CFC0E (or 0x3CFC0E) is known color: Harlequin. HEX triplet: 3C, FC and 0E. RGB value is (60,252,14). Sum of RGB (Red+Green+Blue) = 60+252+14=326 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.40% from 326); Green value is 252 (98.83% from 255 or 77.30% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC0E is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFC0E is #C303F1. Grayscale: #A8A8A8. Windows color (decimal): -12780530 or 982076. OLE color: 982076.

HSL color Cylindrical-coordinate representation of color #3CFC0E: hue angle of 108.4º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3CFC0E is Cyan = 0.76, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 60 252 14 -
CMYK 0.76 0 0.94 0.01
HSL 108.4º 0.98% 0.52% -
HSV(B) 108.4º 0.94% 0.99% -
XYZ 36.75 70.61 12.11 -
YUV 167.46 41.39 51.35 -
System Red Green Blue C M Y K H S L
Decimal 60 252 14 0.76 0 0.94 0.01 108.4 0.98 0.52
Hex 3C FC E 4C 0 5E 1 6C 62 34
Octal 74 374 16 114 0 136 1 154 142 64
Binary 111100 11111100 1110 1001100 0 1011110 1 1101100 1100010 110100

Color Harmonies of #3CFC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFC0E

Black with #3CFC0E

Text Example


Text Example

White with #3CFC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,252,14); }

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

background-color css

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

 a { background-color: rgb(60,252,14); }

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

border-color css

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

 span { border-color: rgb(60,252,14); }

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