Html Css Color HEX #1DDD26 Lime Green

📋 copy color: '#1DDD26'

red 29 ◦ green 221 ◦ blue 38

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

Shades of Lime Green #1DDD26

Tints of Lime Green #1DDD26

RGB

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

 GREEN value IS 221 (86.72% from 255) = 76.74%

 BLUE value IS 38 (15.23% from 255) = 13.19%

R = 10.07%
G = 76.74%
B = 13.19%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#1DDD26 (or 0x1DDD26) is known color: Lime Green. HEX triplet: 1D, DD and 26. RGB value is (29,221,38). Sum of RGB (Red+Green+Blue) = 29+221+38=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 221 (86.72% from 255 or 76.74% from 288); Blue value is 38 (15.23% from 255 or 13.19% from 288); Max value from RGB is 221 - color contains mainly: green. Hex color #1DDD26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DDD26 is #E222D9. Grayscale: #8F8F8F. Windows color (decimal): -14820058 or 2546973. OLE color: 2546973.

HSL color Cylindrical-coordinate representation of color #1DDD26: hue angle of 122.81º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DDD26 is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 29 221 38 -
CMYK 0.87 0 0.83 0.13
HSL 122.81º 0.77% 0.49% -
HSV(B) 122.81º 0.87% 0.87% -
XYZ 26.71 52.11 10.48 -
YUV 142.73 68.89 46.88 -
System Red Green Blue C M Y K H S L
Decimal 29 221 38 0.87 0 0.83 0.13 122.81 0.77 0.49
Hex 1D DD 26 57 0 53 D 7B 4D 31
Octal 35 335 46 127 0 123 15 173 115 61
Binary 11101 11011101 100110 1010111 0 1010011 1101 1111011 1001101 110001

Color Harmonies of #1DDD26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDD26

Black with #1DDD26

Text Example


Text Example

White with #1DDD26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,221,38); }

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

background-color css

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

 a { background-color: rgb(29,221,38); }

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

border-color css

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

 span { border-color: rgb(29,221,38); }

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