Html Css Color HEX #13BC19 Lime Green

📋 copy color: '#13BC19'

red 19 ◦ green 188 ◦ blue 25

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

Shades of Lime Green #13BC19

Tints of Lime Green #13BC19

RGB

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

 GREEN value IS 188 (73.83% from 255) = 81.03%

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

R = 8.19%
G = 81.03%
B = 10.78%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#13BC19 (or 0x13BC19) is known color: Lime Green. HEX triplet: 13, BC and 19. RGB value is (19,188,25). Sum of RGB (Red+Green+Blue) = 19+188+25=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 188 (73.83% from 255 or 81.03% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 188 - color contains mainly: green. Hex color #13BC19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13BC19 is #EC43E6. Grayscale: #777777. Windows color (decimal): -15483879 or 1686547. OLE color: 1686547.

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

Color convert

RGB 19 188 25 -
CMYK 0.90 0 0.87 0.26
HSL 122.13º 0.82% 0.41% -
HSV(B) 122.13º 0.9% 0.74% -
XYZ 18.43 36.18 6.93 -
YUV 118.89 75.01 56.75 -
System Red Green Blue C M Y K H S L
Decimal 19 188 25 0.90 0 0.87 0.26 122.13 0.82 0.41
Hex 13 BC 19 5A 0 57 1A 7A 52 29
Octal 23 274 31 132 0 127 32 172 122 51
Binary 10011 10111100 11001 1011010 0 1010111 11010 1111010 1010010 101001

Color Harmonies of #13BC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BC19

Black with #13BC19

Text Example


Text Example

White with #13BC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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