Html Css Color HEX #1DCD06 Lime Green

📋 copy color: '#1DCD06'

red 29 ◦ green 205 ◦ blue 6

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

Shades of Lime Green #1DCD06

Tints of Lime Green #1DCD06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.5%

R = 12.08%
G = 85.42%
B = 2.5%

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

#1DCD06 (or 0x1DCD06) is known color: Lime Green. HEX triplet: 1D, CD and 06. RGB value is (29,205,6). Sum of RGB (Red+Green+Blue) = 29+205+6=240 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.08% from 240); Green value is 205 (80.47% from 255 or 85.42% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCD06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DCD06 is #E232F9. Grayscale: #828282. Windows color (decimal): -14824186 or 445725. OLE color: 445725.

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

Color convert

RGB 29 205 6 -
CMYK 0.86 0 0.97 0.20
HSL 113.07º 0.94% 0.41% -
HSV(B) 113.07º 0.97% 0.8% -
XYZ 22.37 43.94 7.47 -
YUV 129.69 58.19 56.18 -
System Red Green Blue C M Y K H S L
Decimal 29 205 6 0.86 0 0.97 0.20 113.07 0.94 0.41
Hex 1D CD 6 56 0 61 14 71 5E 29
Octal 35 315 6 126 0 141 24 161 136 51
Binary 11101 11001101 110 1010110 0 1100001 10100 1110001 1011110 101001

Color Harmonies of #1DCD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCD06

Black with #1DCD06

Text Example


Text Example

White with #1DCD06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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