Html Css Color HEX #1DD621 Lime Green

📋 copy color: '#1DD621'

red 29 ◦ green 214 ◦ blue 33

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

Shades of Lime Green #1DD621

Tints of Lime Green #1DD621

RGB

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

 GREEN value IS 214 (83.98% from 255) = 77.54%

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

R = 10.51%
G = 77.54%
B = 11.96%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#1DD621 (or 0x1DD621) is known color: Lime Green. HEX triplet: 1D, D6 and 21. RGB value is (29,214,33). Sum of RGB (Red+Green+Blue) = 29+214+33=276 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.51% from 276); Green value is 214 (83.98% from 255 or 77.54% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 214 - color contains mainly: green. Hex color #1DD621 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD621 is #E229DE. Grayscale: #8A8A8A. Windows color (decimal): -14821855 or 2217501. OLE color: 2217501.

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

Color convert

RGB 29 214 33 -
CMYK 0.86 0 0.85 0.16
HSL 121.3º 0.76% 0.48% -
HSV(B) 121.3º 0.86% 0.84% -
XYZ 24.83 48.46 9.48 -
YUV 138.05 68.71 50.22 -
System Red Green Blue C M Y K H S L
Decimal 29 214 33 0.86 0 0.85 0.16 121.3 0.76 0.48
Hex 1D D6 21 56 0 55 10 79 4C 30
Octal 35 326 41 126 0 125 20 171 114 60
Binary 11101 11010110 100001 1010110 0 1010101 10000 1111001 1001100 110000

Color Harmonies of #1DD621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD621

Black with #1DD621

Text Example


Text Example

White with #1DD621

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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