Html Css Color HEX #1DCD19 Lime Green

📋 copy color: '#1DCD19'

red 29 ◦ green 205 ◦ blue 25

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

Shades of Lime Green #1DCD19

Tints of Lime Green #1DCD19

RGB

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

 GREEN value IS 205 (80.47% from 255) = 79.15%

 BLUE value IS 25 (10.16% from 255) = 9.65%

R = 11.2%
G = 79.15%
B = 9.65%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#1DCD19 (or 0x1DCD19) is known color: Lime Green. HEX triplet: 1D, CD and 19. RGB value is (29,205,25). Sum of RGB (Red+Green+Blue) = 29+205+25=259 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.20% from 259); Green value is 205 (80.47% from 255 or 79.15% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCD19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DCD19 is #E232E6. Grayscale: #848484. Windows color (decimal): -14824167 or 1690909. OLE color: 1690909.

HSL color Cylindrical-coordinate representation of color #1DCD19: hue angle of 118.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DCD19 is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 29 205 25 -
CMYK 0.86 0 0.88 0.20
HSL 118.67º 0.78% 0.45% -
HSV(B) 118.67º 0.88% 0.8% -
XYZ 22.51 43.99 8.22 -
YUV 131.86 67.69 54.64 -
System Red Green Blue C M Y K H S L
Decimal 29 205 25 0.86 0 0.88 0.20 118.67 0.78 0.45
Hex 1D CD 19 56 0 58 14 77 4E 2D
Octal 35 315 31 126 0 130 24 167 116 55
Binary 11101 11001101 11001 1010110 0 1011000 10100 1110111 1001110 101101

Color Harmonies of #1DCD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCD19

Black with #1DCD19

Text Example


Text Example

White with #1DCD19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,205,25); }

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

background-color css

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

 a { background-color: rgb(29,205,25); }

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

border-color css

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

 span { border-color: rgb(29,205,25); }

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