Html Css Color HEX #13BF19 Lime Green

📋 copy color: '#13BF19'

red 19 ◦ green 191 ◦ blue 25

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

Shades of Lime Green #13BF19

Tints of Lime Green #13BF19

RGB

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

 GREEN value IS 191 (75% from 255) = 81.28%

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

R = 8.09%
G = 81.28%
B = 10.64%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#13BF19 (or 0x13BF19) is known color: Lime Green. HEX triplet: 13, BF and 19. RGB value is (19,191,25). Sum of RGB (Red+Green+Blue) = 19+191+25=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 191 (75% from 255 or 81.28% from 235); Blue value is 25 (10.16% from 255 or 10.64% from 235); Max value from RGB is 191 - color contains mainly: green. Hex color #13BF19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13BF19 is #EC40E6. Grayscale: #797979. Windows color (decimal): -15483111 or 1687315. OLE color: 1687315.

HSL color Cylindrical-coordinate representation of color #13BF19: hue angle of 122.09º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BF19 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 191 25 -
CMYK 0.90 0 0.87 0.25
HSL 122.09º 0.82% 0.41% -
HSV(B) 122.09º 0.9% 0.75% -
XYZ 19.07 37.47 7.15 -
YUV 120.65 74.02 55.5 -
System Red Green Blue C M Y K H S L
Decimal 19 191 25 0.90 0 0.87 0.25 122.09 0.82 0.41
Hex 13 BF 19 5A 0 57 19 7A 52 29
Octal 23 277 31 132 0 127 31 172 122 51
Binary 10011 10111111 11001 1011010 0 1010111 11001 1111010 1010010 101001

Color Harmonies of #13BF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BF19

Black with #13BF19

Text Example


Text Example

White with #13BF19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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