Html Css Color HEX #1DD23D Lime Green

📋 copy color: '#1DD23D'

red 29 ◦ green 210 ◦ blue 61

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

Shades of Lime Green #1DD23D

Tints of Lime Green #1DD23D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 70%

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

R = 9.67%
G = 70%
B = 20.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#1DD23D (or 0x1DD23D) is known color: Lime Green. HEX triplet: 1D, D2 and 3D. RGB value is (29,210,61). Sum of RGB (Red+Green+Blue) = 29+210+61=300 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.67% from 300); Green value is 210 (82.42% from 255 or 70% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 210 - color contains mainly: green. Hex color #1DD23D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD23D is #E22DC2. Grayscale: #8B8B8B. Windows color (decimal): -14822851 or 4051485. OLE color: 4051485.

HSL color Cylindrical-coordinate representation of color #1DD23D: hue angle of 130.61º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD23D is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 29 210 61 -
CMYK 0.86 0 0.71 0.18
HSL 130.61º 0.76% 0.47% -
HSV(B) 130.61º 0.86% 0.82% -
XYZ 24.4 46.69 12.14 -
YUV 138.9 84.03 49.62 -
System Red Green Blue C M Y K H S L
Decimal 29 210 61 0.86 0 0.71 0.18 130.61 0.76 0.47
Hex 1D D2 3D 56 0 47 12 83 4C 2F
Octal 35 322 75 126 0 107 22 203 114 57
Binary 11101 11010010 111101 1010110 0 1000111 10010 10000011 1001100 101111

Color Harmonies of #1DD23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD23D

Black with #1DD23D

Text Example


Text Example

White with #1DD23D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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