Html Css Color HEX #1DB911 Lime Green

📋 copy color: '#1DB911'

red 29 ◦ green 185 ◦ blue 17

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

Shades of Lime Green #1DB911

Tints of Lime Green #1DB911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.36%

R = 12.55%
G = 80.09%
B = 7.36%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#1DB911 (or 0x1DB911) is known color: Lime Green. HEX triplet: 1D, B9 and 11. RGB value is (29,185,17). Sum of RGB (Red+Green+Blue) = 29+185+17=231 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.55% from 231); Green value is 185 (72.66% from 255 or 80.09% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB911 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB911 is #E246EE. Grayscale: #777777. Windows color (decimal): -14829295 or 1161501. OLE color: 1161501.

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

Color convert

RGB 29 185 17 -
CMYK 0.84 0 0.91 0.27
HSL 115.71º 0.83% 0.4% -
HSV(B) 115.71º 0.91% 0.73% -
XYZ 17.96 35 6.34 -
YUV 119.2 70.32 63.66 -
System Red Green Blue C M Y K H S L
Decimal 29 185 17 0.84 0 0.91 0.27 115.71 0.83 0.4
Hex 1D B9 11 54 0 5B 1B 74 53 28
Octal 35 271 21 124 0 133 33 164 123 50
Binary 11101 10111001 10001 1010100 0 1011011 11011 1110100 1010011 101000

Color Harmonies of #1DB911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB911

Black with #1DB911

Text Example


Text Example

White with #1DB911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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