Html Css Color HEX #1DCD05 Lime Green

📋 copy color: '#1DCD05'

red 29 ◦ green 205 ◦ blue 5

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

Shades of Lime Green #1DCD05

Tints of Lime Green #1DCD05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.09%

R = 12.13%
G = 85.77%
B = 2.09%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#1DCD05 (or 0x1DCD05) is known color: Lime Green. HEX triplet: 1D, CD and 05. RGB value is (29,205,5). Sum of RGB (Red+Green+Blue) = 29+205+5=239 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.13% from 239); Green value is 205 (80.47% from 255 or 85.77% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCD05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DCD05 is #E232FA. Grayscale: #828282. Windows color (decimal): -14824187 or 380189. OLE color: 380189.

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

Color convert

RGB 29 205 5 -
CMYK 0.86 0 0.98 0.20
HSL 112.8º 0.95% 0.41% -
HSV(B) 112.8º 0.98% 0.8% -
XYZ 22.37 43.93 7.45 -
YUV 129.58 57.69 56.26 -
System Red Green Blue C M Y K H S L
Decimal 29 205 5 0.86 0 0.98 0.20 112.8 0.95 0.41
Hex 1D CD 5 56 0 62 14 71 5F 29
Octal 35 315 5 126 0 142 24 161 137 51
Binary 11101 11001101 101 1010110 0 1100010 10100 1110001 1011111 101001

Color Harmonies of #1DCD05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCD05

Black with #1DCD05

Text Example


Text Example

White with #1DCD05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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