Html Css Color HEX #1DD833 Lime Green

📋 copy color: '#1DD833'

red 29 ◦ green 216 ◦ blue 51

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

Shades of Lime Green #1DD833

Tints of Lime Green #1DD833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.23%

R = 9.8%
G = 72.97%
B = 17.23%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#1DD833 (or 0x1DD833) is known color: Lime Green. HEX triplet: 1D, D8 and 33. RGB value is (29,216,51). Sum of RGB (Red+Green+Blue) = 29+216+51=296 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.80% from 296); Green value is 216 (84.77% from 255 or 72.97% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 216 - color contains mainly: green. Hex color #1DD833 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD833 is #E227CC. Grayscale: #8D8D8D. Windows color (decimal): -14821325 or 3397661. OLE color: 3397661.

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

Color convert

RGB 29 216 51 -
CMYK 0.87 0 0.76 0.15
HSL 127.06º 0.76% 0.48% -
HSV(B) 127.06º 0.87% 0.85% -
XYZ 25.66 49.61 11.36 -
YUV 141.28 77.05 47.92 -
System Red Green Blue C M Y K H S L
Decimal 29 216 51 0.87 0 0.76 0.15 127.06 0.76 0.48
Hex 1D D8 33 57 0 4C F 7F 4C 30
Octal 35 330 63 127 0 114 17 177 114 60
Binary 11101 11011000 110011 1010111 0 1001100 1111 1111111 1001100 110000

Color Harmonies of #1DD833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD833

Black with #1DD833

Text Example


Text Example

White with #1DD833

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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