Html Css Color HEX #3CFD11 Harlequin

📋 copy color: '#3CFD11'

red 60 ◦ green 253 ◦ blue 17

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

Shades of Harlequin #3CFD11

Tints of Harlequin #3CFD11

RGB

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

 GREEN value IS 253 (99.22% from 255) = 76.67%

 BLUE value IS 17 (7.03% from 255) = 5.15%

R = 18.18%
G = 76.67%
B = 5.15%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#3CFD11 (or 0x3CFD11) is known color: Harlequin. HEX triplet: 3C, FD and 11. RGB value is (60,253,17). Sum of RGB (Red+Green+Blue) = 60+253+17=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 253 (99.22% from 255 or 76.67% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 253 - color contains mainly: green. Hex color #3CFD11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFD11 is #C302EE. Grayscale: #A9A9A9. Windows color (decimal): -12780271 or 1178940. OLE color: 1178940.

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

Color convert

RGB 60 253 17 -
CMYK 0.76 0 0.93 0.01
HSL 109.07º 0.98% 0.53% -
HSV(B) 109.07º 0.93% 0.99% -
XYZ 37.09 71.25 12.33 -
YUV 168.39 42.56 50.69 -
System Red Green Blue C M Y K H S L
Decimal 60 253 17 0.76 0 0.93 0.01 109.07 0.98 0.53
Hex 3C FD 11 4C 0 5D 1 6D 62 35
Octal 74 375 21 114 0 135 1 155 142 65
Binary 111100 11111101 10001 1001100 0 1011101 1 1101101 1100010 110101

Color Harmonies of #3CFD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFD11

Black with #3CFD11

Text Example


Text Example

White with #3CFD11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,253,17); }

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

background-color css

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

 a { background-color: rgb(60,253,17); }

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

border-color css

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

 span { border-color: rgb(60,253,17); }

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