#3CFF00

Color #3CFF00 Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #3CFF00

Tints of Harlequin #3CFF00

Color information

#3CFF00 (or 0x3CFF00) is unknown color: approx Harlequin. HEX triplet: 3C, FF and 00. RGB value is (60,255,0). Sum of RGB (Red+Green+Blue) = 60+255+0=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 255 (100% from 255 or 80.95% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF00 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #3CFF00 is #C300FF. Grayscale: #A8A8A8. Windows color (decimal): -12779776 or 65340. OLE color: 65340.

HSL color Cylindrical-coordinate representation of color #3CFF00: hue angle of 105.88º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3CFF00 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB602550-
CMYK0.76010
HSL105.88º100%50%-
HSV(B)105.88º100%100%-
XYZ37.6272.4812.01-
YUV167.6233.451.23-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.05%
GREEN value IS 255 (100% from 255) = 80.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=19.05%
G=80.95%
B=0%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal6025500.76010105.8810050
Hex3CFF04C06406a6432
Octal7437701140144015214462
Binary111100111111110100110001100100011010101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CFF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,255,0); }

 H1.HeaderClassName
 {
   color: #3CFF00;
 }
 .AnyTagClassName
 {
   color: #3CFF00;
 }
</style>
background-color css

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

 a { background-color: rgb(60,255,0); }

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

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

 span { border-color: rgb(60,255,0); }

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