Html Css Color HEX #1DC00D Lime Green

📋 copy color: '#1DC00D'

red 29 ◦ green 192 ◦ blue 13

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

Shades of Lime Green #1DC00D

Tints of Lime Green #1DC00D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 82.05%

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

R = 12.39%
G = 82.05%
B = 5.56%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#1DC00D (or 0x1DC00D) is known color: Lime Green. HEX triplet: 1D, C0 and 0D. RGB value is (29,192,13). Sum of RGB (Red+Green+Blue) = 29+192+13=234 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.39% from 234); Green value is 192 (75.39% from 255 or 82.05% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 192 - color contains mainly: green. Hex color #1DC00D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC00D is #E23FF2. Grayscale: #7B7B7B. Windows color (decimal): -14827507 or 901149. OLE color: 901149.

HSL color Cylindrical-coordinate representation of color #1DC00D: hue angle of 114.64º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1DC00D is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 29 192 13 -
CMYK 0.85 0 0.93 0.25
HSL 114.64º 0.87% 0.4% -
HSV(B) 114.64º 0.93% 0.75% -
XYZ 19.43 37.99 6.69 -
YUV 122.86 66 61.05 -
System Red Green Blue C M Y K H S L
Decimal 29 192 13 0.85 0 0.93 0.25 114.64 0.87 0.4
Hex 1D C0 D 55 0 5D 19 73 57 28
Octal 35 300 15 125 0 135 31 163 127 50
Binary 11101 11000000 1101 1010101 0 1011101 11001 1110011 1010111 101000

Color Harmonies of #1DC00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC00D

Black with #1DC00D

Text Example


Text Example

White with #1DC00D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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