Html Css Color HEX #1DB713 Lime Green

📋 copy color: '#1DB713'

red 29 ◦ green 183 ◦ blue 19

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

Shades of Lime Green #1DB713

Tints of Lime Green #1DB713

RGB

 RED value IS 29 (11.72% from 255) = 12.55%

 GREEN value IS 183 (71.88% from 255) = 79.22%

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

R = 12.55%
G = 79.22%
B = 8.23%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#1DB713 (or 0x1DB713) is known color: Lime Green. HEX triplet: 1D, B7 and 13. RGB value is (29,183,19). Sum of RGB (Red+Green+Blue) = 29+183+19=231 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.55% from 231); Green value is 183 (71.88% from 255 or 79.22% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 183 - color contains mainly: green. Hex color #1DB713 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB713 is #E248EC. Grayscale: #767676. Windows color (decimal): -14829805 or 1292061. OLE color: 1292061.

HSL color Cylindrical-coordinate representation of color #1DB713: hue angle of 116.34º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1DB713 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 29 183 19 -
CMYK 0.84 0 0.90 0.28
HSL 116.34º 0.81% 0.4% -
HSV(B) 116.34º 0.9% 0.72% -
XYZ 17.56 34.18 6.29 -
YUV 118.26 71.98 64.34 -
System Red Green Blue C M Y K H S L
Decimal 29 183 19 0.84 0 0.90 0.28 116.34 0.81 0.4
Hex 1D B7 13 54 0 5A 1C 74 51 28
Octal 35 267 23 124 0 132 34 164 121 50
Binary 11101 10110111 10011 1010100 0 1011010 11100 1110100 1010001 101000

Color Harmonies of #1DB713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB713

Black with #1DB713

Text Example


Text Example

White with #1DB713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1DB713; }

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

 H1.HeaderClassName
 {
   color: #1DB713;
 }
 .AnyTagClassName
 {
   color: #1DB713;
 }
</style>

background-color css

<style>
 a { background-color: #1DB713; }

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

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

border-color css

<style>
 span { border-color: #1DB713; }

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

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