Html Css Color HEX #1DB830 Lime Green

📋 copy color: '#1DB830'

red 29 ◦ green 184 ◦ blue 48

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

Shades of Lime Green #1DB830

Tints of Lime Green #1DB830

RGB

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

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

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

R = 11.11%
G = 70.5%
B = 18.39%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#1DB830 (or 0x1DB830) is known color: Lime Green. HEX triplet: 1D, B8 and 30. RGB value is (29,184,48). Sum of RGB (Red+Green+Blue) = 29+184+48=261 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.11% from 261); Green value is 184 (72.27% from 255 or 70.50% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 184 - color contains mainly: green. Hex color #1DB830 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB830 is #E247CF. Grayscale: #7A7A7A. Windows color (decimal): -14829520 or 3192861. OLE color: 3192861.

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

Color convert

RGB 29 184 48 -
CMYK 0.84 0 0.74 0.28
HSL 127.35º 0.73% 0.42% -
HSV(B) 127.35º 0.84% 0.72% -
XYZ 18.18 34.76 8.55 -
YUV 122.15 86.15 61.56 -
System Red Green Blue C M Y K H S L
Decimal 29 184 48 0.84 0 0.74 0.28 127.35 0.73 0.42
Hex 1D B8 30 54 0 4A 1C 7F 49 2A
Octal 35 270 60 124 0 112 34 177 111 52
Binary 11101 10111000 110000 1010100 0 1001010 11100 1111111 1001001 101010

Color Harmonies of #1DB830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB830

Black with #1DB830

Text Example


Text Example

White with #1DB830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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