Html Css Color HEX #1DB712 Lime Green

📋 copy color: '#1DB712'

red 29 ◦ green 183 ◦ blue 18

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

Shades of Lime Green #1DB712

Tints of Lime Green #1DB712

RGB

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

 GREEN value IS 183 (71.88% from 255) = 79.57%

 BLUE value IS 18 (7.42% from 255) = 7.83%

R = 12.61%
G = 79.57%
B = 7.83%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#1DB712 (or 0x1DB712) is known color: Lime Green. HEX triplet: 1D, B7 and 12. RGB value is (29,183,18). Sum of RGB (Red+Green+Blue) = 29+183+18=230 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.61% from 230); Green value is 183 (71.88% from 255 or 79.57% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 183 - color contains mainly: green. Hex color #1DB712 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DB712 is #E248ED. Grayscale: #767676. Windows color (decimal): -14829806 or 1226525. OLE color: 1226525.

HSL color Cylindrical-coordinate representation of color #1DB712: hue angle of 116º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1DB712 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 29 183 18 -
CMYK 0.84 0 0.90 0.28
HSL 116º 0.82% 0.39% -
HSV(B) 116º 0.9% 0.72% -
XYZ 17.55 34.17 6.24 -
YUV 118.14 71.48 64.42 -
System Red Green Blue C M Y K H S L
Decimal 29 183 18 0.84 0 0.90 0.28 116 0.82 0.39
Hex 1D B7 12 54 0 5A 1C 74 52 27
Octal 35 267 22 124 0 132 34 164 122 47
Binary 11101 10110111 10010 1010100 0 1011010 11100 1110100 1010010 100111

Color Harmonies of #1DB712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DB712

Black with #1DB712

Text Example


Text Example

White with #1DB712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,183,18); }

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

background-color css

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

 a { background-color: rgb(29,183,18); }

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

border-color css

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

 span { border-color: rgb(29,183,18); }

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