Html Css Color HEX #1DD827 Lime Green

📋 copy color: '#1DD827'

red 29 ◦ green 216 ◦ blue 39

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

Shades of Lime Green #1DD827

Tints of Lime Green #1DD827

RGB

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

 GREEN value IS 216 (84.77% from 255) = 76.06%

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

R = 10.21%
G = 76.06%
B = 13.73%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#1DD827 (or 0x1DD827) is known color: Lime Green. HEX triplet: 1D, D8 and 27. RGB value is (29,216,39). Sum of RGB (Red+Green+Blue) = 29+216+39=284 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.21% from 284); Green value is 216 (84.77% from 255 or 76.06% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 216 - color contains mainly: green. Hex color #1DD827 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD827 is #E227D8. Grayscale: #8C8C8C. Windows color (decimal): -14821337 or 2611229. OLE color: 2611229.

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

Color convert

RGB 29 216 39 -
CMYK 0.87 0 0.82 0.15
HSL 123.21º 0.76% 0.48% -
HSV(B) 123.21º 0.87% 0.85% -
XYZ 25.43 49.52 10.14 -
YUV 139.91 71.05 48.89 -
System Red Green Blue C M Y K H S L
Decimal 29 216 39 0.87 0 0.82 0.15 123.21 0.76 0.48
Hex 1D D8 27 57 0 52 F 7B 4C 30
Octal 35 330 47 127 0 122 17 173 114 60
Binary 11101 11011000 100111 1010111 0 1010010 1111 1111011 1001100 110000

Color Harmonies of #1DD827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD827

Black with #1DD827

Text Example


Text Example

White with #1DD827

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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