Html Css Color HEX #1DD721 Lime Green

📋 copy color: '#1DD721'

red 29 ◦ green 215 ◦ blue 33

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

Shades of Lime Green #1DD721

Tints of Lime Green #1DD721

RGB

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

 GREEN value IS 215 (84.38% from 255) = 77.62%

 BLUE value IS 33 (13.28% from 255) = 11.91%

R = 10.47%
G = 77.62%
B = 11.91%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#1DD721 (or 0x1DD721) is known color: Lime Green. HEX triplet: 1D, D7 and 21. RGB value is (29,215,33). Sum of RGB (Red+Green+Blue) = 29+215+33=277 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.47% from 277); Green value is 215 (84.38% from 255 or 77.62% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 215 - color contains mainly: green. Hex color #1DD721 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD721 is #E228DE. Grayscale: #8B8B8B. Windows color (decimal): -14821599 or 2217757. OLE color: 2217757.

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

Color convert

RGB 29 215 33 -
CMYK 0.87 0 0.85 0.16
HSL 121.29º 0.76% 0.48% -
HSV(B) 121.29º 0.87% 0.84% -
XYZ 25.08 48.97 9.57 -
YUV 138.64 68.38 49.8 -
System Red Green Blue C M Y K H S L
Decimal 29 215 33 0.87 0 0.85 0.16 121.29 0.76 0.48
Hex 1D D7 21 57 0 55 10 79 4C 30
Octal 35 327 41 127 0 125 20 171 114 60
Binary 11101 11010111 100001 1010111 0 1010101 10000 1111001 1001100 110000

Color Harmonies of #1DD721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD721

Black with #1DD721

Text Example


Text Example

White with #1DD721

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,215,33); }

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

background-color css

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

 a { background-color: rgb(29,215,33); }

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

border-color css

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

 span { border-color: rgb(29,215,33); }

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