Html Css Color HEX #13D51D Lime Green

📋 copy color: '#13D51D'

red 19 ◦ green 213 ◦ blue 29

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

Shades of Lime Green #13D51D

Tints of Lime Green #13D51D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 81.61%

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

R = 7.28%
G = 81.61%
B = 11.11%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#13D51D (or 0x13D51D) is known color: Lime Green. HEX triplet: 13, D5 and 1D. RGB value is (19,213,29). Sum of RGB (Red+Green+Blue) = 19+213+29=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 213 (83.59% from 255 or 81.61% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 213 - color contains mainly: green. Hex color #13D51D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D51D is #EC2AE2. Grayscale: #868686. Windows color (decimal): -15477475 or 1955091. OLE color: 1955091.

HSL color Cylindrical-coordinate representation of color #13D51D: hue angle of 123.09º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D51D is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 213 29 -
CMYK 0.91 0 0.86 0.16
HSL 123.09º 0.84% 0.45% -
HSV(B) 123.09º 0.91% 0.84% -
XYZ 24.28 47.82 9.11 -
YUV 134.02 68.73 45.96 -
System Red Green Blue C M Y K H S L
Decimal 19 213 29 0.91 0 0.86 0.16 123.09 0.84 0.45
Hex 13 D5 1D 5B 0 56 10 7B 54 2D
Octal 23 325 35 133 0 126 20 173 124 55
Binary 10011 11010101 11101 1011011 0 1010110 10000 1111011 1010100 101101

Color Harmonies of #13D51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D51D

Black with #13D51D

Text Example


Text Example

White with #13D51D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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