Html Css Color HEX #1DDA1A Lime Green

📋 copy color: '#1DDA1A'

red 29 ◦ green 218 ◦ blue 26

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

Shades of Lime Green #1DDA1A

Tints of Lime Green #1DDA1A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 79.85%

 BLUE value IS 26 (10.55% from 255) = 9.52%

R = 10.62%
G = 79.85%
B = 9.52%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#1DDA1A (or 0x1DDA1A) is known color: Lime Green. HEX triplet: 1D, DA and 1A. RGB value is (29,218,26). Sum of RGB (Red+Green+Blue) = 29+218+26=273 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.62% from 273); Green value is 218 (85.55% from 255 or 79.85% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 218 - color contains mainly: green. Hex color #1DDA1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DDA1A is #E225E5. Grayscale: #8C8C8C. Windows color (decimal): -14820838 or 1759773. OLE color: 1759773.

HSL color Cylindrical-coordinate representation of color #1DDA1A: hue angle of 119.06º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DDA1A is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 29 218 26 -
CMYK 0.87 0 0.88 0.15
HSL 119.06º 0.79% 0.48% -
HSV(B) 119.06º 0.88% 0.85% -
XYZ 25.76 50.48 9.36 -
YUV 139.6 63.88 49.11 -
System Red Green Blue C M Y K H S L
Decimal 29 218 26 0.87 0 0.88 0.15 119.06 0.79 0.48
Hex 1D DA 1A 57 0 58 F 77 4F 30
Octal 35 332 32 127 0 130 17 167 117 60
Binary 11101 11011010 11010 1010111 0 1011000 1111 1110111 1001111 110000

Color Harmonies of #1DDA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDA1A

Black with #1DDA1A

Text Example


Text Example

White with #1DDA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,218,26); }

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

background-color css

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

 a { background-color: rgb(29,218,26); }

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

border-color css

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

 span { border-color: rgb(29,218,26); }

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