#13FF00

Color #13FF00 Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime #13FF00

Tints of Lime #13FF00

Color information

#13FF00 (or 0x13FF00) is unknown color: approx Lime. HEX triplet: 13, FF and 00. RGB value is (19,255,0). Sum of RGB (Red+Green+Blue) = 19+255+0=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 255 (100% from 255 or 93.07% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 255 - color contains mainly: green. Hex color #13FF00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #13FF00 is #EC00FF. Grayscale: #9C9C9C. Windows color (decimal): -15466752 or 65299. OLE color: 65299.

HSL color Cylindrical-coordinate representation of color #13FF00: hue angle of 115.53º 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 #13FF00 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB192550-
CMYK0.93010
HSL115.53º100%50%-
HSV(B)115.53º100%100%-
XYZ36.0371.6611.93-
YUV155.3740.3130.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.93%
GREEN value IS 255 (100% from 255) = 93.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=6.93%
G=93.07%
B=0%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1925500.93010115.5310050
Hex13FF05D0640746432
Octal2337701350144016414462
Binary10011111111110101110101100100011101001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13FF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13FF00; }

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

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

<style>
 a { background-color: #13FF00; }

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

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

<style>
 span { border-color: #13FF00; }

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

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