#13CF19

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

Shades of Lime Green #13CF19

Tints of Lime Green #13CF19

Color information

#13CF19 (or 0x13CF19) is unknown color: approx Lime Green. HEX triplet: 13, CF and 19. RGB value is (19,207,25). Sum of RGB (Red+Green+Blue) = 19+207+25=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 207 (81.25% from 255 or 82.47% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 207 - color contains mainly: green. Hex color #13CF19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13CF19 is #EC30E6. Grayscale: #828282. Windows color (decimal): -15479015 or 1691411. OLE color: 1691411.

HSL color Cylindrical-coordinate representation of color #13CF19: hue angle of 121.91º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CF19 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB1920725-
CMYK0.9100.880.19
HSL121.91º83.19%44.31%-
HSV(B)121.91º90.82%81.18%-
XYZ22.7644.838.37-
YUV130.0468.7248.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.57%
GREEN value IS 207 (81.25% from 255) = 82.47%
BLUE value IS 25 (10.16% from 255) = 9.96%
R=7.57%
G=82.47%
B=9.96%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal19207250.9100.880.19121.9183.1944.31
Hex13CF195B058137a532c
Octal233173113301302317212354
Binary1001111001111110011011011010110001001111110101010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13CF19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,207,25); }

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

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

 a { background-color: rgb(19,207,25); }

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

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

 span { border-color: rgb(19,207,25); }

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