Html Css Color HEX #13C11D Lime Green

📋 copy color: '#13C11D'

red 19 ◦ green 193 ◦ blue 29

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

Shades of Lime Green #13C11D

Tints of Lime Green #13C11D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 80.08%

 BLUE value IS 29 (11.72% from 255) = 12.03%

R = 7.88%
G = 80.08%
B = 12.03%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#13C11D (or 0x13C11D) is known color: Lime Green. HEX triplet: 13, C1 and 1D. RGB value is (19,193,29). Sum of RGB (Red+Green+Blue) = 19+193+29=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 193 (75.78% from 255 or 80.08% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 193 - color contains mainly: green. Hex color #13C11D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C11D is #EC3EE2. Grayscale: #7A7A7A. Windows color (decimal): -15482595 or 1949971. OLE color: 1949971.

HSL color Cylindrical-coordinate representation of color #13C11D: hue angle of 123.45º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C11D is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 193 29 -
CMYK 0.90 0 0.85 0.24
HSL 123.45º 0.82% 0.42% -
HSV(B) 123.45º 0.9% 0.76% -
XYZ 19.56 38.37 7.54 -
YUV 122.28 75.35 54.34 -
System Red Green Blue C M Y K H S L
Decimal 19 193 29 0.90 0 0.85 0.24 123.45 0.82 0.42
Hex 13 C1 1D 5A 0 55 18 7B 52 2A
Octal 23 301 35 132 0 125 30 173 122 52
Binary 10011 11000001 11101 1011010 0 1010101 11000 1111011 1010010 101010

Color Harmonies of #13C11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C11D

Black with #13C11D

Text Example


Text Example

White with #13C11D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,193,29); }

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

background-color css

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

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

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

border-color css

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

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

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