Html Css Color HEX #1DB220 Lime Green

📋 copy color: '#1DB220'

red 29 ◦ green 178 ◦ blue 32

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

Shades of Lime Green #1DB220

Tints of Lime Green #1DB220

RGB

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

 GREEN value IS 178 (69.92% from 255) = 74.48%

 BLUE value IS 32 (12.89% from 255) = 13.39%

R = 12.13%
G = 74.48%
B = 13.39%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#1DB220 (or 0x1DB220) is known color: Lime Green. HEX triplet: 1D, B2 and 20. RGB value is (29,178,32). Sum of RGB (Red+Green+Blue) = 29+178+32=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 178 (69.92% from 255 or 74.48% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 178 - color contains mainly: green. Hex color #1DB220 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DB220 is #E24DDF. Grayscale: #757575. Windows color (decimal): -14831072 or 2142749. OLE color: 2142749.

HSL color Cylindrical-coordinate representation of color #1DB220: hue angle of 121.21º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB220 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 29 178 32 -
CMYK 0.84 0 0.82 0.30
HSL 121.21º 0.72% 0.41% -
HSV(B) 121.21º 0.84% 0.7% -
XYZ 16.69 32.21 6.7 -
YUV 116.81 80.14 65.37 -
System Red Green Blue C M Y K H S L
Decimal 29 178 32 0.84 0 0.82 0.30 121.21 0.72 0.41
Hex 1D B2 20 54 0 52 1E 79 48 29
Octal 35 262 40 124 0 122 36 171 110 51
Binary 11101 10110010 100000 1010100 0 1010010 11110 1111001 1001000 101001

Color Harmonies of #1DB220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB220

Black with #1DB220

Text Example


Text Example

White with #1DB220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,178,32); }

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

background-color css

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

 a { background-color: rgb(29,178,32); }

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

border-color css

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

 span { border-color: rgb(29,178,32); }

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