Html Css Color HEX #1DB821 Lime Green

📋 copy color: '#1DB821'

red 29 ◦ green 184 ◦ blue 33

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

Shades of Lime Green #1DB821

Tints of Lime Green #1DB821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.41%

R = 11.79%
G = 74.8%
B = 13.41%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#1DB821 (or 0x1DB821) is known color: Lime Green. HEX triplet: 1D, B8 and 21. RGB value is (29,184,33). Sum of RGB (Red+Green+Blue) = 29+184+33=246 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.79% from 246); Green value is 184 (72.27% from 255 or 74.80% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 184 - color contains mainly: green. Hex color #1DB821 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB821 is #E247DE. Grayscale: #787878. Windows color (decimal): -14829535 or 2209821. OLE color: 2209821.

HSL color Cylindrical-coordinate representation of color #1DB821: hue angle of 121.55º 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 #1DB821 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB 29 184 33 -
CMYK 0.84 0 0.82 0.28
HSL 121.55º 0.73% 0.42% -
HSV(B) 121.55º 0.84% 0.72% -
XYZ 17.92 34.65 7.18 -
YUV 120.44 78.65 62.78 -
System Red Green Blue C M Y K H S L
Decimal 29 184 33 0.84 0 0.82 0.28 121.55 0.73 0.42
Hex 1D B8 21 54 0 52 1C 7A 49 2A
Octal 35 270 41 124 0 122 34 172 111 52
Binary 11101 10111000 100001 1010100 0 1010010 11100 1111010 1001001 101010

Color Harmonies of #1DB821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB821

Black with #1DB821

Text Example


Text Example

White with #1DB821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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