Html Css Color HEX #1DB931 Lime Green

📋 copy color: '#1DB931'

red 29 ◦ green 185 ◦ blue 49

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

Shades of Lime Green #1DB931

Tints of Lime Green #1DB931

RGB

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

 GREEN value IS 185 (72.66% from 255) = 70.34%

 BLUE value IS 49 (19.53% from 255) = 18.63%

R = 11.03%
G = 70.34%
B = 18.63%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#1DB931 (or 0x1DB931) is known color: Lime Green. HEX triplet: 1D, B9 and 31. RGB value is (29,185,49). Sum of RGB (Red+Green+Blue) = 29+185+49=263 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.03% from 263); Green value is 185 (72.66% from 255 or 70.34% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB931 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB931 is #E246CE. Grayscale: #7B7B7B. Windows color (decimal): -14829263 or 3258653. OLE color: 3258653.

HSL color Cylindrical-coordinate representation of color #1DB931: hue angle of 127.69º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB931 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 29 185 49 -
CMYK 0.84 0 0.74 0.27
HSL 127.69º 0.73% 0.42% -
HSV(B) 127.69º 0.84% 0.73% -
XYZ 18.41 35.18 8.73 -
YUV 122.85 86.32 61.06 -
System Red Green Blue C M Y K H S L
Decimal 29 185 49 0.84 0 0.74 0.27 127.69 0.73 0.42
Hex 1D B9 31 54 0 4A 1B 80 49 2A
Octal 35 271 61 124 0 112 33 200 111 52
Binary 11101 10111001 110001 1010100 0 1001010 11011 10000000 1001001 101010

Color Harmonies of #1DB931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB931

Black with #1DB931

Text Example


Text Example

White with #1DB931

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,185,49); }

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

background-color css

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

 a { background-color: rgb(29,185,49); }

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

border-color css

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

 span { border-color: rgb(29,185,49); }

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