Html Css Color HEX #1DC813 Lime Green

📋 copy color: '#1DC813'

red 29 ◦ green 200 ◦ blue 19

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

Shades of Lime Green #1DC813

Tints of Lime Green #1DC813

RGB

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

 GREEN value IS 200 (78.52% from 255) = 80.65%

 BLUE value IS 19 (7.81% from 255) = 7.66%

R = 11.69%
G = 80.65%
B = 7.66%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#1DC813 (or 0x1DC813) is known color: Lime Green. HEX triplet: 1D, C8 and 13. RGB value is (29,200,19). Sum of RGB (Red+Green+Blue) = 29+200+19=248 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.69% from 248); Green value is 200 (78.52% from 255 or 80.65% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 200 - color contains mainly: green. Hex color #1DC813 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC813 is #E237EC. Grayscale: #808080. Windows color (decimal): -14825453 or 1296413. OLE color: 1296413.

HSL color Cylindrical-coordinate representation of color #1DC813: hue angle of 116.69º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1DC813 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 29 200 19 -
CMYK 0.86 0 0.90 0.22
HSL 116.69º 0.83% 0.43% -
HSV(B) 116.69º 0.91% 0.78% -
XYZ 21.28 41.62 7.53 -
YUV 128.24 66.35 57.22 -
System Red Green Blue C M Y K H S L
Decimal 29 200 19 0.86 0 0.90 0.22 116.69 0.83 0.43
Hex 1D C8 13 56 0 5A 16 75 53 2B
Octal 35 310 23 126 0 132 26 165 123 53
Binary 11101 11001000 10011 1010110 0 1011010 10110 1110101 1010011 101011

Color Harmonies of #1DC813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC813

Black with #1DC813

Text Example


Text Example

White with #1DC813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,200,19); }

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

background-color css

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

 a { background-color: rgb(29,200,19); }

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

border-color css

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

 span { border-color: rgb(29,200,19); }

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