Html Css Color HEX #3CFD1D Harlequin

📋 copy color: '#3CFD1D'

red 60 ◦ green 253 ◦ blue 29

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

Shades of Harlequin #3CFD1D

Tints of Harlequin #3CFD1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.48%

R = 17.54%
G = 73.98%
B = 8.48%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#3CFD1D (or 0x3CFD1D) is known color: Harlequin. HEX triplet: 3C, FD and 1D. RGB value is (60,253,29). Sum of RGB (Red+Green+Blue) = 60+253+29=342 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.54% from 342); Green value is 253 (99.22% from 255 or 73.98% from 342); Blue value is 29 (11.72% from 255 or 8.48% from 342); Max value from RGB is 253 - color contains mainly: green. Hex color #3CFD1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFD1D is #C302E2. Grayscale: #AAAAAA. Windows color (decimal): -12780259 or 1965372. OLE color: 1965372.

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

Color convert

RGB 60 253 29 -
CMYK 0.76 0 0.89 0.01
HSL 111.7º 0.98% 0.55% -
HSV(B) 111.7º 0.89% 0.99% -
XYZ 37.21 71.3 12.96 -
YUV 169.76 48.56 49.71 -
System Red Green Blue C M Y K H S L
Decimal 60 253 29 0.76 0 0.89 0.01 111.7 0.98 0.55
Hex 3C FD 1D 4C 0 59 1 70 62 37
Octal 74 375 35 114 0 131 1 160 142 67
Binary 111100 11111101 11101 1001100 0 1011001 1 1110000 1100010 110111

Color Harmonies of #3CFD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFD1D

Black with #3CFD1D

Text Example


Text Example

White with #3CFD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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