Html Css Color HEX #13BF18 Lime Green

📋 copy color: '#13BF18'

red 19 ◦ green 191 ◦ blue 24

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

Shades of Lime Green #13BF18

Tints of Lime Green #13BF18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.26%

R = 8.12%
G = 81.62%
B = 10.26%

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

#13BF18 (or 0x13BF18) is known color: Lime Green. HEX triplet: 13, BF and 18. RGB value is (19,191,24). Sum of RGB (Red+Green+Blue) = 19+191+24=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 191 (75% from 255 or 81.62% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 191 - color contains mainly: green. Hex color #13BF18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13BF18 is #EC40E7. Grayscale: #797979. Windows color (decimal): -15483112 or 1621779. OLE color: 1621779.

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

Color convert

RGB 19 191 24 -
CMYK 0.90 0 0.87 0.25
HSL 121.74º 0.82% 0.41% -
HSV(B) 121.74º 0.9% 0.75% -
XYZ 19.06 37.47 7.09 -
YUV 120.53 73.52 55.58 -
System Red Green Blue C M Y K H S L
Decimal 19 191 24 0.90 0 0.87 0.25 121.74 0.82 0.41
Hex 13 BF 18 5A 0 57 19 7A 52 29
Octal 23 277 30 132 0 127 31 172 122 51
Binary 10011 10111111 11000 1011010 0 1010111 11001 1111010 1010010 101001

Color Harmonies of #13BF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BF18

Black with #13BF18

Text Example


Text Example

White with #13BF18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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