Html Css Color HEX #1DD619 Lime Green

📋 copy color: '#1DD619'

red 29 ◦ green 214 ◦ blue 25

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

Shades of Lime Green #1DD619

Tints of Lime Green #1DD619

RGB

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

 GREEN value IS 214 (83.98% from 255) = 79.85%

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

R = 10.82%
G = 79.85%
B = 9.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#1DD619 (or 0x1DD619) is known color: Lime Green. HEX triplet: 1D, D6 and 19. RGB value is (29,214,25). Sum of RGB (Red+Green+Blue) = 29+214+25=268 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.82% from 268); Green value is 214 (83.98% from 255 or 79.85% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 214 - color contains mainly: green. Hex color #1DD619 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DD619 is #E229E6. Grayscale: #898989. Windows color (decimal): -14821863 or 1693213. OLE color: 1693213.

HSL color Cylindrical-coordinate representation of color #1DD619: hue angle of 118.73º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DD619 is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 29 214 25 -
CMYK 0.86 0 0.88 0.16
HSL 118.73º 0.79% 0.47% -
HSV(B) 118.73º 0.88% 0.84% -
XYZ 24.73 48.42 8.96 -
YUV 137.14 64.71 50.87 -
System Red Green Blue C M Y K H S L
Decimal 29 214 25 0.86 0 0.88 0.16 118.73 0.79 0.47
Hex 1D D6 19 56 0 58 10 77 4F 2F
Octal 35 326 31 126 0 130 20 167 117 57
Binary 11101 11010110 11001 1010110 0 1011000 10000 1110111 1001111 101111

Color Harmonies of #1DD619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD619

Black with #1DD619

Text Example


Text Example

White with #1DD619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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