Html Css Color HEX #13BA19 Lime Green

📋 copy color: '#13BA19'

red 19 ◦ green 186 ◦ blue 25

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

Shades of Lime Green #13BA19

Tints of Lime Green #13BA19

RGB

 RED value IS 19 (7.81% from 255) = 8.26%

 GREEN value IS 186 (73.05% from 255) = 80.87%

 BLUE value IS 25 (10.16% from 255) = 10.87%

R = 8.26%
G = 80.87%
B = 10.87%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#13BA19 (or 0x13BA19) is known color: Lime Green. HEX triplet: 13, BA and 19. RGB value is (19,186,25). Sum of RGB (Red+Green+Blue) = 19+186+25=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 186 (73.05% from 255 or 80.87% from 230); Blue value is 25 (10.16% from 255 or 10.87% from 230); Max value from RGB is 186 - color contains mainly: green. Hex color #13BA19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13BA19 is #EC45E6. Grayscale: #767676. Windows color (decimal): -15484391 or 1686035. OLE color: 1686035.

HSL color Cylindrical-coordinate representation of color #13BA19: hue angle of 122.16º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BA19 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 186 25 -
CMYK 0.90 0 0.87 0.27
HSL 122.16º 0.81% 0.4% -
HSV(B) 122.16º 0.9% 0.73% -
XYZ 18 35.33 6.79 -
YUV 117.71 75.67 57.59 -
System Red Green Blue C M Y K H S L
Decimal 19 186 25 0.90 0 0.87 0.27 122.16 0.81 0.4
Hex 13 BA 19 5A 0 57 1B 7A 51 28
Octal 23 272 31 132 0 127 33 172 121 50
Binary 10011 10111010 11001 1011010 0 1010111 11011 1111010 1010001 101000

Color Harmonies of #13BA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BA19

Black with #13BA19

Text Example


Text Example

White with #13BA19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13BA19;
 }
 .AnyTagClassName
 {
   color: #13BA19;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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