Html Css Color HEX #13BF13 Lime Green

📋 copy color: '#13BF13'

red 19 ◦ green 191 ◦ blue 19

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

Shades of Lime Green #13BF13

Tints of Lime Green #13BF13

RGB

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

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

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

R = 8.3%
G = 83.41%
B = 8.3%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#13BF13 (or 0x13BF13) is known color: Lime Green. HEX triplet: 13, BF and 13. RGB value is (19,191,19). Sum of RGB (Red+Green+Blue) = 19+191+19=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 191 (75% from 255 or 83.41% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 191 - color contains mainly: green. Hex color #13BF13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13BF13 is #EC40EC. Grayscale: #787878. Windows color (decimal): -15483117 or 1294099. OLE color: 1294099.

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

Color convert

RGB 19 191 19 -
CMYK 0.90 0 0.90 0.25
HSL 120º 0.82% 0.41% -
HSV(B) 120º 0.9% 0.75% -
XYZ 19.02 37.45 6.84 -
YUV 119.96 71.02 55.99 -
System Red Green Blue C M Y K H S L
Decimal 19 191 19 0.90 0 0.90 0.25 120 0.82 0.41
Hex 13 BF 13 5A 0 5A 19 78 52 29
Octal 23 277 23 132 0 132 31 170 122 51
Binary 10011 10111111 10011 1011010 0 1011010 11001 1111000 1010010 101001

Color Harmonies of #13BF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BF13

Black with #13BF13

Text Example


Text Example

White with #13BF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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