Html Css Color HEX #3CFD1E Harlequin

📋 copy color: '#3CFD1E'

red 60 ◦ green 253 ◦ blue 30

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

Shades of Harlequin #3CFD1E

Tints of Harlequin #3CFD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.75%

R = 17.49%
G = 73.76%
B = 8.75%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#3CFD1E (or 0x3CFD1E) is known color: Harlequin. HEX triplet: 3C, FD and 1E. RGB value is (60,253,30). Sum of RGB (Red+Green+Blue) = 60+253+30=343 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.49% from 343); Green value is 253 (99.22% from 255 or 73.76% from 343); Blue value is 30 (12.11% from 255 or 8.75% from 343); Max value from RGB is 253 - color contains mainly: green. Hex color #3CFD1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFD1E is #C302E1. Grayscale: #AAAAAA. Windows color (decimal): -12780258 or 2030908. OLE color: 2030908.

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

Color convert

RGB 60 253 30 -
CMYK 0.76 0 0.88 0.01
HSL 111.93º 0.98% 0.55% -
HSV(B) 111.93º 0.88% 0.99% -
XYZ 37.22 71.3 13.03 -
YUV 169.87 49.06 49.63 -
System Red Green Blue C M Y K H S L
Decimal 60 253 30 0.76 0 0.88 0.01 111.93 0.98 0.55
Hex 3C FD 1E 4C 0 58 1 70 62 37
Octal 74 375 36 114 0 130 1 160 142 67
Binary 111100 11111101 11110 1001100 0 1011000 1 1110000 1100010 110111

Color Harmonies of #3CFD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFD1E

Black with #3CFD1E

Text Example


Text Example

White with #3CFD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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