Html Css Color HEX #3CFA1D Harlequin

📋 copy color: '#3CFA1D'

red 60 ◦ green 250 ◦ blue 29

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

Shades of Harlequin #3CFA1D

Tints of Harlequin #3CFA1D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 73.75%

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

R = 17.7%
G = 73.75%
B = 8.55%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#3CFA1D (or 0x3CFA1D) is known color: Harlequin. HEX triplet: 3C, FA and 1D. RGB value is (60,250,29). Sum of RGB (Red+Green+Blue) = 60+250+29=339 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.70% from 339); Green value is 250 (98.05% from 255 or 73.75% from 339); Blue value is 29 (11.72% from 255 or 8.55% from 339); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFA1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFA1D is #C305E2. Grayscale: #A8A8A8. Windows color (decimal): -12781027 or 1964604. OLE color: 1964604.

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

Color convert

RGB 60 250 29 -
CMYK 0.76 0 0.88 0.02
HSL 111.58º 0.96% 0.55% -
HSV(B) 111.58º 0.88% 0.98% -
XYZ 36.27 69.42 12.65 -
YUV 168 49.55 50.97 -
System Red Green Blue C M Y K H S L
Decimal 60 250 29 0.76 0 0.88 0.02 111.58 0.96 0.55
Hex 3C FA 1D 4C 0 58 2 70 60 37
Octal 74 372 35 114 0 130 2 160 140 67
Binary 111100 11111010 11101 1001100 0 1011000 10 1110000 1100000 110111

Color Harmonies of #3CFA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFA1D

Black with #3CFA1D

Text Example


Text Example

White with #3CFA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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