Html Css Color HEX #1DCD2C Lime Green

📋 copy color: '#1DCD2C'

red 29 ◦ green 205 ◦ blue 44

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

Shades of Lime Green #1DCD2C

Tints of Lime Green #1DCD2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.83%

R = 10.43%
G = 73.74%
B = 15.83%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#1DCD2C (or 0x1DCD2C) is known color: Lime Green. HEX triplet: 1D, CD and 2C. RGB value is (29,205,44). Sum of RGB (Red+Green+Blue) = 29+205+44=278 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.43% from 278); Green value is 205 (80.47% from 255 or 73.74% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCD2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCD2C is #E232D3. Grayscale: #868686. Windows color (decimal): -14824148 or 2936093. OLE color: 2936093.

HSL color Cylindrical-coordinate representation of color #1DCD2C: hue angle of 125.11º 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 #1DCD2C is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 29 205 44 -
CMYK 0.86 0 0.79 0.20
HSL 125.11º 0.75% 0.46% -
HSV(B) 125.11º 0.86% 0.8% -
XYZ 22.79 44.11 9.69 -
YUV 134.02 77.19 53.09 -
System Red Green Blue C M Y K H S L
Decimal 29 205 44 0.86 0 0.79 0.20 125.11 0.75 0.46
Hex 1D CD 2C 56 0 4F 14 7D 4B 2E
Octal 35 315 54 126 0 117 24 175 113 56
Binary 11101 11001101 101100 1010110 0 1001111 10100 1111101 1001011 101110

Color Harmonies of #1DCD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCD2C

Black with #1DCD2C

Text Example


Text Example

White with #1DCD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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