Html Css Color HEX #1DCD07 Lime Green

📋 copy color: '#1DCD07'

red 29 ◦ green 205 ◦ blue 7

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

Shades of Lime Green #1DCD07

Tints of Lime Green #1DCD07

RGB

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

 GREEN value IS 205 (80.47% from 255) = 85.06%

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

R = 12.03%
G = 85.06%
B = 2.9%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#1DCD07 (or 0x1DCD07) is known color: Lime Green. HEX triplet: 1D, CD and 07. RGB value is (29,205,7). Sum of RGB (Red+Green+Blue) = 29+205+7=241 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.03% from 241); Green value is 205 (80.47% from 255 or 85.06% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCD07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DCD07 is #E232F8. Grayscale: #828282. Windows color (decimal): -14824185 or 511261. OLE color: 511261.

HSL color Cylindrical-coordinate representation of color #1DCD07: hue angle of 113.33º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1DCD07 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB 29 205 7 -
CMYK 0.86 0 0.97 0.20
HSL 113.33º 0.93% 0.42% -
HSV(B) 113.33º 0.97% 0.8% -
XYZ 22.38 43.94 7.5 -
YUV 129.8 58.69 56.1 -
System Red Green Blue C M Y K H S L
Decimal 29 205 7 0.86 0 0.97 0.20 113.33 0.93 0.42
Hex 1D CD 7 56 0 61 14 71 5D 2A
Octal 35 315 7 126 0 141 24 161 135 52
Binary 11101 11001101 111 1010110 0 1100001 10100 1110001 1011101 101010

Color Harmonies of #1DCD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCD07

Black with #1DCD07

Text Example


Text Example

White with #1DCD07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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