Html Css Color HEX #1DCD1E Lime Green

📋 copy color: '#1DCD1E'

red 29 ◦ green 205 ◦ blue 30

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

Shades of Lime Green #1DCD1E

Tints of Lime Green #1DCD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.36%

R = 10.98%
G = 77.65%
B = 11.36%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#1DCD1E (or 0x1DCD1E) is known color: Lime Green. HEX triplet: 1D, CD and 1E. RGB value is (29,205,30). Sum of RGB (Red+Green+Blue) = 29+205+30=264 (34% of max value = 765). Red value is 29 (11.72% from 255 or 10.98% from 264); Green value is 205 (80.47% from 255 or 77.65% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCD1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCD1E is #E232E1. Grayscale: #848484. Windows color (decimal): -14824162 or 2018589. OLE color: 2018589.

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

Color convert

RGB 29 205 30 -
CMYK 0.86 0 0.85 0.20
HSL 120.34º 0.75% 0.46% -
HSV(B) 120.34º 0.86% 0.8% -
XYZ 22.57 44.02 8.53 -
YUV 132.43 70.19 54.23 -
System Red Green Blue C M Y K H S L
Decimal 29 205 30 0.86 0 0.85 0.20 120.34 0.75 0.46
Hex 1D CD 1E 56 0 55 14 78 4B 2E
Octal 35 315 36 126 0 125 24 170 113 56
Binary 11101 11001101 11110 1010110 0 1010101 10100 1111000 1001011 101110

Color Harmonies of #1DCD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCD1E

Black with #1DCD1E

Text Example


Text Example

White with #1DCD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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