Html Css Color HEX #3CFB1C Harlequin

📋 copy color: '#3CFB1C'

red 60 ◦ green 251 ◦ blue 28

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

Shades of Harlequin #3CFB1C

Tints of Harlequin #3CFB1C

RGB

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

 GREEN value IS 251 (98.44% from 255) = 74.04%

 BLUE value IS 28 (11.33% from 255) = 8.26%

R = 17.7%
G = 74.04%
B = 8.26%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#3CFB1C (or 0x3CFB1C) is known color: Harlequin. HEX triplet: 3C, FB and 1C. RGB value is (60,251,28). Sum of RGB (Red+Green+Blue) = 60+251+28=339 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.70% from 339); Green value is 251 (98.44% from 255 or 74.04% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 251 - color contains mainly: green. Hex color #3CFB1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFB1C is #C304E3. Grayscale: #A9A9A9. Windows color (decimal): -12780772 or 1899324. OLE color: 1899324.

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

Color convert

RGB 60 251 28 -
CMYK 0.76 0 0.89 0.02
HSL 111.39º 0.97% 0.55% -
HSV(B) 111.39º 0.89% 0.98% -
XYZ 36.57 70.04 12.69 -
YUV 168.47 48.72 50.63 -
System Red Green Blue C M Y K H S L
Decimal 60 251 28 0.76 0 0.89 0.02 111.39 0.97 0.55
Hex 3C FB 1C 4C 0 59 2 6F 61 37
Octal 74 373 34 114 0 131 2 157 141 67
Binary 111100 11111011 11100 1001100 0 1011001 10 1101111 1100001 110111

Color Harmonies of #3CFB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CFB1C

Black with #3CFB1C

Text Example


Text Example

White with #3CFB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,251,28); }

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

background-color css

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

 a { background-color: rgb(60,251,28); }

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

border-color css

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

 span { border-color: rgb(60,251,28); }

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