Html Css Color HEX #1DD30D Lime Green

📋 copy color: '#1DD30D'

red 29 ◦ green 211 ◦ blue 13

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

Shades of Lime Green #1DD30D

Tints of Lime Green #1DD30D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 83.4%

 BLUE value IS 13 (5.47% from 255) = 5.14%

R = 11.46%
G = 83.4%
B = 5.14%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#1DD30D (or 0x1DD30D) is known color: Lime Green. HEX triplet: 1D, D3 and 0D. RGB value is (29,211,13). Sum of RGB (Red+Green+Blue) = 29+211+13=253 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.46% from 253); Green value is 211 (82.81% from 255 or 83.40% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 211 - color contains mainly: green. Hex color #1DD30D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DD30D is #E22CF2. Grayscale: #868686. Windows color (decimal): -14822643 or 906013. OLE color: 906013.

HSL color Cylindrical-coordinate representation of color #1DD30D: hue angle of 115.15º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1DD30D is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB 29 211 13 -
CMYK 0.86 0 0.94 0.17
HSL 115.15º 0.88% 0.44% -
HSV(B) 115.15º 0.94% 0.83% -
XYZ 23.87 46.88 8.17 -
YUV 134.01 59.7 53.1 -
System Red Green Blue C M Y K H S L
Decimal 29 211 13 0.86 0 0.94 0.17 115.15 0.88 0.44
Hex 1D D3 D 56 0 5E 11 73 58 2C
Octal 35 323 15 126 0 136 21 163 130 54
Binary 11101 11010011 1101 1010110 0 1011110 10001 1110011 1011000 101100

Color Harmonies of #1DD30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DD30D

Black with #1DD30D

Text Example


Text Example

White with #1DD30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,211,13); }

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

background-color css

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

 a { background-color: rgb(29,211,13); }

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

border-color css

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

 span { border-color: rgb(29,211,13); }

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