Html Css Color HEX #1DD73D Lime Green

📋 copy color: '#1DD73D'

red 29 ◦ green 215 ◦ blue 61

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

Shades of Lime Green #1DD73D

Tints of Lime Green #1DD73D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20%

R = 9.51%
G = 70.49%
B = 20%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#1DD73D (or 0x1DD73D) is known color: Lime Green. HEX triplet: 1D, D7 and 3D. RGB value is (29,215,61). Sum of RGB (Red+Green+Blue) = 29+215+61=305 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.51% from 305); Green value is 215 (84.38% from 255 or 70.49% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 215 - color contains mainly: green. Hex color #1DD73D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD73D is #E228C2. Grayscale: #8E8E8E. Windows color (decimal): -14821571 or 4052765. OLE color: 4052765.

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

Color convert

RGB 29 215 61 -
CMYK 0.87 0 0.72 0.16
HSL 130.32º 0.76% 0.48% -
HSV(B) 130.32º 0.87% 0.84% -
XYZ 25.65 49.2 12.56 -
YUV 141.83 82.38 47.52 -
System Red Green Blue C M Y K H S L
Decimal 29 215 61 0.87 0 0.72 0.16 130.32 0.76 0.48
Hex 1D D7 3D 57 0 48 10 82 4C 30
Octal 35 327 75 127 0 110 20 202 114 60
Binary 11101 11010111 111101 1010111 0 1001000 10000 10000010 1001100 110000

Color Harmonies of #1DD73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD73D

Black with #1DD73D

Text Example


Text Example

White with #1DD73D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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