Html Css Color HEX #1DC507 Lime Green

📋 copy color: '#1DC507'

red 29 ◦ green 197 ◦ blue 7

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

Shades of Lime Green #1DC507

Tints of Lime Green #1DC507

RGB

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

 GREEN value IS 197 (77.34% from 255) = 84.55%

 BLUE value IS 7 (3.13% from 255) = 3%

R = 12.45%
G = 84.55%
B = 3%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#1DC507 (or 0x1DC507) is known color: Lime Green. HEX triplet: 1D, C5 and 07. RGB value is (29,197,7). Sum of RGB (Red+Green+Blue) = 29+197+7=233 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.45% from 233); Green value is 197 (77.34% from 255 or 84.55% from 233); Blue value is 7 (3.12% from 255 or 3.00% from 233); Max value from RGB is 197 - color contains mainly: green. Hex color #1DC507 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC507 is #E23AF8. Grayscale: #7D7D7D. Windows color (decimal): -14826233 or 509213. OLE color: 509213.

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

Color convert

RGB 29 197 7 -
CMYK 0.85 0 0.96 0.23
HSL 113.05º 0.93% 0.4% -
HSV(B) 113.05º 0.96% 0.77% -
XYZ 20.51 40.21 6.88 -
YUV 125.11 61.34 59.45 -
System Red Green Blue C M Y K H S L
Decimal 29 197 7 0.85 0 0.96 0.23 113.05 0.93 0.4
Hex 1D C5 7 55 0 60 17 71 5D 28
Octal 35 305 7 125 0 140 27 161 135 50
Binary 11101 11000101 111 1010101 0 1100000 10111 1110001 1011101 101000

Color Harmonies of #1DC507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DC507

Black with #1DC507

Text Example


Text Example

White with #1DC507

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,197,7); }

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

background-color css

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

 a { background-color: rgb(29,197,7); }

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

border-color css

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

 span { border-color: rgb(29,197,7); }

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