Html Css Color HEX #1DC60D Lime Green

📋 copy color: '#1DC60D'

red 29 ◦ green 198 ◦ blue 13

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

Shades of Lime Green #1DC60D

Tints of Lime Green #1DC60D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 82.5%

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

R = 12.08%
G = 82.5%
B = 5.42%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#1DC60D (or 0x1DC60D) is known color: Lime Green. HEX triplet: 1D, C6 and 0D. RGB value is (29,198,13). Sum of RGB (Red+Green+Blue) = 29+198+13=240 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.08% from 240); Green value is 198 (77.73% from 255 or 82.5% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 198 - color contains mainly: green. Hex color #1DC60D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC60D is #E239F2. Grayscale: #7E7E7E. Windows color (decimal): -14825971 or 902685. OLE color: 902685.

HSL color Cylindrical-coordinate representation of color #1DC60D: hue angle of 114.81º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1DC60D is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 29 198 13 -
CMYK 0.85 0 0.93 0.22
HSL 114.81º 0.88% 0.41% -
HSV(B) 114.81º 0.93% 0.78% -
XYZ 20.77 40.68 7.14 -
YUV 126.38 64.01 58.54 -
System Red Green Blue C M Y K H S L
Decimal 29 198 13 0.85 0 0.93 0.22 114.81 0.88 0.41
Hex 1D C6 D 55 0 5D 16 73 58 29
Octal 35 306 15 125 0 135 26 163 130 51
Binary 11101 11000110 1101 1010101 0 1011101 10110 1110011 1011000 101001

Color Harmonies of #1DC60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC60D

Black with #1DC60D

Text Example


Text Example

White with #1DC60D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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