Html Css Color HEX #3CFC14 Harlequin

📋 copy color: '#3CFC14'

red 60 ◦ green 252 ◦ blue 20

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

Shades of Harlequin #3CFC14

Tints of Harlequin #3CFC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.02%

R = 18.07%
G = 75.9%
B = 6.02%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#3CFC14 (or 0x3CFC14) is known color: Harlequin. HEX triplet: 3C, FC and 14. RGB value is (60,252,20). Sum of RGB (Red+Green+Blue) = 60+252+20=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 252 (98.83% from 255 or 75.90% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFC14 is #C303EB. Grayscale: #A8A8A8. Windows color (decimal): -12780524 or 1375292. OLE color: 1375292.

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

Color convert

RGB 60 252 20 -
CMYK 0.76 0 0.92 0.01
HSL 109.66º 0.97% 0.53% -
HSV(B) 109.66º 0.92% 0.99% -
XYZ 36.8 70.63 12.36 -
YUV 168.14 44.39 50.86 -
System Red Green Blue C M Y K H S L
Decimal 60 252 20 0.76 0 0.92 0.01 109.66 0.97 0.53
Hex 3C FC 14 4C 0 5C 1 6E 61 35
Octal 74 374 24 114 0 134 1 156 141 65
Binary 111100 11111100 10100 1001100 0 1011100 1 1101110 1100001 110101

Color Harmonies of #3CFC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFC14

Black with #3CFC14

Text Example


Text Example

White with #3CFC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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