Html Css Color HEX #1DCD31 Lime Green

📋 copy color: '#1DCD31'

red 29 ◦ green 205 ◦ blue 49

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

Shades of Lime Green #1DCD31

Tints of Lime Green #1DCD31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.31%

R = 10.25%
G = 72.44%
B = 17.31%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#1DCD31 (or 0x1DCD31) is known color: Lime Green. HEX triplet: 1D, CD and 31. RGB value is (29,205,49). Sum of RGB (Red+Green+Blue) = 29+205+49=283 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.25% from 283); Green value is 205 (80.47% from 255 or 72.44% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCD31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCD31 is #E232CE. Grayscale: #878787. Windows color (decimal): -14824143 or 3263773. OLE color: 3263773.

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

Color convert

RGB 29 205 49 -
CMYK 0.86 0 0.76 0.20
HSL 126.82º 0.75% 0.46% -
HSV(B) 126.82º 0.86% 0.8% -
XYZ 22.89 44.15 10.22 -
YUV 134.59 79.69 52.68 -
System Red Green Blue C M Y K H S L
Decimal 29 205 49 0.86 0 0.76 0.20 126.82 0.75 0.46
Hex 1D CD 31 56 0 4C 14 7F 4B 2E
Octal 35 315 61 126 0 114 24 177 113 56
Binary 11101 11001101 110001 1010110 0 1001100 10100 1111111 1001011 101110

Color Harmonies of #1DCD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCD31

Black with #1DCD31

Text Example


Text Example

White with #1DCD31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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