Html Css Color HEX #1DB922 Lime Green

📋 copy color: '#1DB922'

red 29 ◦ green 185 ◦ blue 34

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

Shades of Lime Green #1DB922

Tints of Lime Green #1DB922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.71%

R = 11.69%
G = 74.6%
B = 13.71%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#1DB922 (or 0x1DB922) is known color: Lime Green. HEX triplet: 1D, B9 and 22. RGB value is (29,185,34). Sum of RGB (Red+Green+Blue) = 29+185+34=248 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.69% from 248); Green value is 185 (72.66% from 255 or 74.60% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB922 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB922 is #E246DD. Grayscale: #797979. Windows color (decimal): -14829278 or 2275613. OLE color: 2275613.

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

Color convert

RGB 29 185 34 -
CMYK 0.84 0 0.82 0.27
HSL 121.92º 0.73% 0.42% -
HSV(B) 121.92º 0.84% 0.73% -
XYZ 18.14 35.07 7.33 -
YUV 121.14 78.82 62.28 -
System Red Green Blue C M Y K H S L
Decimal 29 185 34 0.84 0 0.82 0.27 121.92 0.73 0.42
Hex 1D B9 22 54 0 52 1B 7A 49 2A
Octal 35 271 42 124 0 122 33 172 111 52
Binary 11101 10111001 100010 1010100 0 1010010 11011 1111010 1001001 101010

Color Harmonies of #1DB922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB922

Black with #1DB922

Text Example


Text Example

White with #1DB922

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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