Html Css Color HEX #1DC111 Lime Green

📋 copy color: '#1DC111'

red 29 ◦ green 193 ◦ blue 17

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

Shades of Lime Green #1DC111

Tints of Lime Green #1DC111

RGB

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

 GREEN value IS 193 (75.78% from 255) = 80.75%

 BLUE value IS 17 (7.03% from 255) = 7.11%

R = 12.13%
G = 80.75%
B = 7.11%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#1DC111 (or 0x1DC111) is known color: Lime Green. HEX triplet: 1D, C1 and 11. RGB value is (29,193,17). Sum of RGB (Red+Green+Blue) = 29+193+17=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 193 (75.78% from 255 or 80.75% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 193 - color contains mainly: green. Hex color #1DC111 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC111 is #E23EEE. Grayscale: #7C7C7C. Windows color (decimal): -14827247 or 1163549. OLE color: 1163549.

HSL color Cylindrical-coordinate representation of color #1DC111: hue angle of 115.91º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1DC111 is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 29 193 17 -
CMYK 0.85 0 0.91 0.24
HSL 115.91º 0.84% 0.41% -
HSV(B) 115.91º 0.91% 0.76% -
XYZ 19.68 38.44 6.91 -
YUV 123.9 67.67 60.31 -
System Red Green Blue C M Y K H S L
Decimal 29 193 17 0.85 0 0.91 0.24 115.91 0.84 0.41
Hex 1D C1 11 55 0 5B 18 74 54 29
Octal 35 301 21 125 0 133 30 164 124 51
Binary 11101 11000001 10001 1010101 0 1011011 11000 1110100 1010100 101001

Color Harmonies of #1DC111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC111

Black with #1DC111

Text Example


Text Example

White with #1DC111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,193,17); }

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

background-color css

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

 a { background-color: rgb(29,193,17); }

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

border-color css

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

 span { border-color: rgb(29,193,17); }

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