Html Css Color HEX #1DB630 Lime Green

📋 copy color: '#1DB630'

red 29 ◦ green 182 ◦ blue 48

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

Shades of Lime Green #1DB630

Tints of Lime Green #1DB630

RGB

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

 GREEN value IS 182 (71.48% from 255) = 70.27%

 BLUE value IS 48 (19.14% from 255) = 18.53%

R = 11.2%
G = 70.27%
B = 18.53%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#1DB630 (or 0x1DB630) is known color: Lime Green. HEX triplet: 1D, B6 and 30. RGB value is (29,182,48). Sum of RGB (Red+Green+Blue) = 29+182+48=259 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.20% from 259); Green value is 182 (71.48% from 255 or 70.27% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB630 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB630 is #E249CF. Grayscale: #797979. Windows color (decimal): -14830032 or 3192349. OLE color: 3192349.

HSL color Cylindrical-coordinate representation of color #1DB630: hue angle of 127.45º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB630 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 29 182 48 -
CMYK 0.84 0 0.74 0.29
HSL 127.45º 0.73% 0.41% -
HSV(B) 127.45º 0.84% 0.71% -
XYZ 17.77 33.93 8.41 -
YUV 120.98 86.81 62.4 -
System Red Green Blue C M Y K H S L
Decimal 29 182 48 0.84 0 0.74 0.29 127.45 0.73 0.41
Hex 1D B6 30 54 0 4A 1D 7F 49 29
Octal 35 266 60 124 0 112 35 177 111 51
Binary 11101 10110110 110000 1010100 0 1001010 11101 1111111 1001001 101001

Color Harmonies of #1DB630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB630

Black with #1DB630

Text Example


Text Example

White with #1DB630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,182,48); }

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

background-color css

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

 a { background-color: rgb(29,182,48); }

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

border-color css

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

 span { border-color: rgb(29,182,48); }

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