Html Css Color HEX #13B919 Lime Green

📋 copy color: '#13B919'

red 19 ◦ green 185 ◦ blue 25

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

Shades of Lime Green #13B919

Tints of Lime Green #13B919

RGB

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

 GREEN value IS 185 (72.66% from 255) = 80.79%

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

R = 8.3%
G = 80.79%
B = 10.92%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#13B919 (or 0x13B919) is known color: Lime Green. HEX triplet: 13, B9 and 19. RGB value is (19,185,25). Sum of RGB (Red+Green+Blue) = 19+185+25=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 185 (72.66% from 255 or 80.79% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 185 - color contains mainly: green. Hex color #13B919 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13B919 is #EC46E6. Grayscale: #757575. Windows color (decimal): -15484647 or 1685779. OLE color: 1685779.

HSL color Cylindrical-coordinate representation of color #13B919: hue angle of 122.17º 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 #13B919 is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 185 25 -
CMYK 0.90 0 0.86 0.27
HSL 122.17º 0.81% 0.4% -
HSV(B) 122.17º 0.9% 0.73% -
XYZ 17.79 34.91 6.72 -
YUV 117.13 76 58.01 -
System Red Green Blue C M Y K H S L
Decimal 19 185 25 0.90 0 0.86 0.27 122.17 0.81 0.4
Hex 13 B9 19 5A 0 56 1B 7A 51 28
Octal 23 271 31 132 0 126 33 172 121 50
Binary 10011 10111001 11001 1011010 0 1010110 11011 1111010 1010001 101000

Color Harmonies of #13B919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13B919

Black with #13B919

Text Example


Text Example

White with #13B919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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