Html Css Color HEX #1DB820 Lime Green

📋 copy color: '#1DB820'

red 29 ◦ green 184 ◦ blue 32

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

Shades of Lime Green #1DB820

Tints of Lime Green #1DB820

RGB

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

 GREEN value IS 184 (72.27% from 255) = 75.1%

 BLUE value IS 32 (12.89% from 255) = 13.06%

R = 11.84%
G = 75.1%
B = 13.06%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#1DB820 (or 0x1DB820) is known color: Lime Green. HEX triplet: 1D, B8 and 20. RGB value is (29,184,32). Sum of RGB (Red+Green+Blue) = 29+184+32=245 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.84% from 245); Green value is 184 (72.27% from 255 or 75.10% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 184 - color contains mainly: green. Hex color #1DB820 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB820 is #E247DF. Grayscale: #787878. Windows color (decimal): -14829536 or 2144285. OLE color: 2144285.

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

Color convert

RGB 29 184 32 -
CMYK 0.84 0 0.83 0.28
HSL 121.16º 0.73% 0.42% -
HSV(B) 121.16º 0.84% 0.72% -
XYZ 17.91 34.65 7.11 -
YUV 120.33 78.15 62.86 -
System Red Green Blue C M Y K H S L
Decimal 29 184 32 0.84 0 0.83 0.28 121.16 0.73 0.42
Hex 1D B8 20 54 0 53 1C 79 49 2A
Octal 35 270 40 124 0 123 34 171 111 52
Binary 11101 10111000 100000 1010100 0 1010011 11100 1111001 1001001 101010

Color Harmonies of #1DB820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB820

Black with #1DB820

Text Example


Text Example

White with #1DB820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,184,32); }

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

background-color css

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

 a { background-color: rgb(29,184,32); }

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

border-color css

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

 span { border-color: rgb(29,184,32); }

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