Html Css Color HEX #1DB12B Lime Green

📋 copy color: '#1DB12B'

red 29 ◦ green 177 ◦ blue 43

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

Shades of Lime Green #1DB12B

Tints of Lime Green #1DB12B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 71.08%

 BLUE value IS 43 (17.19% from 255) = 17.27%

R = 11.65%
G = 71.08%
B = 17.27%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#1DB12B (or 0x1DB12B) is known color: Lime Green. HEX triplet: 1D, B1 and 2B. RGB value is (29,177,43). Sum of RGB (Red+Green+Blue) = 29+177+43=249 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.65% from 249); Green value is 177 (69.53% from 255 or 71.08% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 177 - color contains mainly: green. Hex color #1DB12B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DB12B is #E24ED4. Grayscale: #757575. Windows color (decimal): -14831317 or 2863389. OLE color: 2863389.

HSL color Cylindrical-coordinate representation of color #1DB12B: hue angle of 125.68º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB12B is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 29 177 43 -
CMYK 0.84 0 0.76 0.31
HSL 125.68º 0.72% 0.4% -
HSV(B) 125.68º 0.84% 0.69% -
XYZ 16.66 31.88 7.56 -
YUV 117.47 85.97 64.9 -
System Red Green Blue C M Y K H S L
Decimal 29 177 43 0.84 0 0.76 0.31 125.68 0.72 0.4
Hex 1D B1 2B 54 0 4C 1F 7E 48 28
Octal 35 261 53 124 0 114 37 176 110 50
Binary 11101 10110001 101011 1010100 0 1001100 11111 1111110 1001000 101000

Color Harmonies of #1DB12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB12B

Black with #1DB12B

Text Example


Text Example

White with #1DB12B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,177,43); }

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

background-color css

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

 a { background-color: rgb(29,177,43); }

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

border-color css

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

 span { border-color: rgb(29,177,43); }

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