Html Css Color HEX #1DB924 Lime Green

📋 copy color: '#1DB924'

red 29 ◦ green 185 ◦ blue 36

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

Shades of Lime Green #1DB924

Tints of Lime Green #1DB924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.4%

R = 11.6%
G = 74%
B = 14.4%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#1DB924 (or 0x1DB924) is known color: Lime Green. HEX triplet: 1D, B9 and 24. RGB value is (29,185,36). Sum of RGB (Red+Green+Blue) = 29+185+36=250 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.6% from 250); Green value is 185 (72.66% from 255 or 74% from 250); Blue value is 36 (14.45% from 255 or 14.4% from 250); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB924 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB924 is #E246DB. Grayscale: #797979. Windows color (decimal): -14829276 or 2406685. OLE color: 2406685.

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

Color convert

RGB 29 185 36 -
CMYK 0.84 0 0.81 0.27
HSL 122.69º 0.73% 0.42% -
HSV(B) 122.69º 0.84% 0.73% -
XYZ 18.17 35.09 7.48 -
YUV 121.37 79.82 62.12 -
System Red Green Blue C M Y K H S L
Decimal 29 185 36 0.84 0 0.81 0.27 122.69 0.73 0.42
Hex 1D B9 24 54 0 51 1B 7B 49 2A
Octal 35 271 44 124 0 121 33 173 111 52
Binary 11101 10111001 100100 1010100 0 1010001 11011 1111011 1001001 101010

Color Harmonies of #1DB924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB924

Black with #1DB924

Text Example


Text Example

White with #1DB924

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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