Html Css Color HEX #1DB42A Lime Green

📋 copy color: '#1DB42A'

red 29 ◦ green 180 ◦ blue 42

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

Shades of Lime Green #1DB42A

Tints of Lime Green #1DB42A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 71.71%

 BLUE value IS 42 (16.8% from 255) = 16.73%

R = 11.55%
G = 71.71%
B = 16.73%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#1DB42A (or 0x1DB42A) is known color: Lime Green. HEX triplet: 1D, B4 and 2A. RGB value is (29,180,42). Sum of RGB (Red+Green+Blue) = 29+180+42=251 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.55% from 251); Green value is 180 (70.70% from 255 or 71.71% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 180 - color contains mainly: green. Hex color #1DB42A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DB42A is #E24BD5. Grayscale: #777777. Windows color (decimal): -14830550 or 2798621. OLE color: 2798621.

HSL color Cylindrical-coordinate representation of color #1DB42A: hue angle of 125.17º degrees, saturation: 0.72, 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 #1DB42A is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB 29 180 42 -
CMYK 0.84 0 0.77 0.29
HSL 125.17º 0.72% 0.41% -
HSV(B) 125.17º 0.84% 0.71% -
XYZ 17.25 33.07 7.66 -
YUV 119.12 84.47 63.72 -
System Red Green Blue C M Y K H S L
Decimal 29 180 42 0.84 0 0.77 0.29 125.17 0.72 0.41
Hex 1D B4 2A 54 0 4D 1D 7D 48 29
Octal 35 264 52 124 0 115 35 175 110 51
Binary 11101 10110100 101010 1010100 0 1001101 11101 1111101 1001000 101001

Color Harmonies of #1DB42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB42A

Black with #1DB42A

Text Example


Text Example

White with #1DB42A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,180,42); }

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

background-color css

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

 a { background-color: rgb(29,180,42); }

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

border-color css

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

 span { border-color: rgb(29,180,42); }

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