Html Css Color HEX #1DDD27 Lime Green

📋 copy color: '#1DDD27'

red 29 ◦ green 221 ◦ blue 39

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

Shades of Lime Green #1DDD27

Tints of Lime Green #1DDD27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.49%

R = 10.03%
G = 76.47%
B = 13.49%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#1DDD27 (or 0x1DDD27) is known color: Lime Green. HEX triplet: 1D, DD and 27. RGB value is (29,221,39). Sum of RGB (Red+Green+Blue) = 29+221+39=289 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.03% from 289); Green value is 221 (86.72% from 255 or 76.47% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 221 - color contains mainly: green. Hex color #1DDD27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DDD27 is #E222D8. Grayscale: #8F8F8F. Windows color (decimal): -14820057 or 2612509. OLE color: 2612509.

HSL color Cylindrical-coordinate representation of color #1DDD27: hue angle of 123.12º 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 #1DDD27 is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 29 221 39 -
CMYK 0.87 0 0.82 0.13
HSL 123.13º 0.77% 0.49% -
HSV(B) 123.13º 0.87% 0.87% -
XYZ 26.73 52.12 10.57 -
YUV 142.84 69.39 46.8 -
System Red Green Blue C M Y K H S L
Decimal 29 221 39 0.87 0 0.82 0.13 123.13 0.77 0.49
Hex 1D DD 27 57 0 52 D 7B 4D 31
Octal 35 335 47 127 0 122 15 173 115 61
Binary 11101 11011101 100111 1010111 0 1010010 1101 1111011 1001101 110001

Color Harmonies of #1DDD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DDD27

Black with #1DDD27

Text Example


Text Example

White with #1DDD27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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