Html Css Color HEX #1DCD2A Lime Green

📋 copy color: '#1DCD2A'

red 29 ◦ green 205 ◦ blue 42

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

Shades of Lime Green #1DCD2A

Tints of Lime Green #1DCD2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.22%

R = 10.51%
G = 74.28%
B = 15.22%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#1DCD2A (or 0x1DCD2A) is known color: Lime Green. HEX triplet: 1D, CD and 2A. RGB value is (29,205,42). Sum of RGB (Red+Green+Blue) = 29+205+42=276 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.51% from 276); Green value is 205 (80.47% from 255 or 74.28% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCD2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCD2A is #E232D5. Grayscale: #868686. Windows color (decimal): -14824150 or 2805021. OLE color: 2805021.

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

Color convert

RGB 29 205 42 -
CMYK 0.86 0 0.80 0.20
HSL 124.43º 0.75% 0.46% -
HSV(B) 124.43º 0.86% 0.8% -
XYZ 22.76 44.09 9.5 -
YUV 133.79 76.19 53.25 -
System Red Green Blue C M Y K H S L
Decimal 29 205 42 0.86 0 0.80 0.20 124.43 0.75 0.46
Hex 1D CD 2A 56 0 50 14 7C 4B 2E
Octal 35 315 52 126 0 120 24 174 113 56
Binary 11101 11001101 101010 1010110 0 1010000 10100 1111100 1001011 101110

Color Harmonies of #1DCD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCD2A

Black with #1DCD2A

Text Example


Text Example

White with #1DCD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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