Html Css Color HEX #13DA29 Lime Green

📋 copy color: '#13DA29'

red 19 ◦ green 218 ◦ blue 41

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

Shades of Lime Green #13DA29

Tints of Lime Green #13DA29

RGB

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

 GREEN value IS 218 (85.55% from 255) = 78.42%

 BLUE value IS 41 (16.41% from 255) = 14.75%

R = 6.83%
G = 78.42%
B = 14.75%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#13DA29 (or 0x13DA29) is known color: Lime Green. HEX triplet: 13, DA and 29. RGB value is (19,218,41). Sum of RGB (Red+Green+Blue) = 19+218+41=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 218 (85.55% from 255 or 78.42% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 218 - color contains mainly: green. Hex color #13DA29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13DA29 is #EC25D6. Grayscale: #8A8A8A. Windows color (decimal): -15476183 or 2742803. OLE color: 2742803.

HSL color Cylindrical-coordinate representation of color #13DA29: hue angle of 126.63º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DA29 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 218 41 -
CMYK 0.91 0 0.81 0.15
HSL 126.63º 0.84% 0.46% -
HSV(B) 126.63º 0.91% 0.85% -
XYZ 25.74 50.44 10.48 -
YUV 138.32 73.07 42.89 -
System Red Green Blue C M Y K H S L
Decimal 19 218 41 0.91 0 0.81 0.15 126.63 0.84 0.46
Hex 13 DA 29 5B 0 51 F 7F 54 2E
Octal 23 332 51 133 0 121 17 177 124 56
Binary 10011 11011010 101001 1011011 0 1010001 1111 1111111 1010100 101110

Color Harmonies of #13DA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13DA29

Black with #13DA29

Text Example


Text Example

White with #13DA29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,218,41); }

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

background-color css

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

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

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

border-color css

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

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

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