Html Css Color HEX #1DCE2D Lime Green

📋 copy color: '#1DCE2D'

red 29 ◦ green 206 ◦ blue 45

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

Shades of Lime Green #1DCE2D

Tints of Lime Green #1DCE2D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 73.57%

 BLUE value IS 45 (17.97% from 255) = 16.07%

R = 10.36%
G = 73.57%
B = 16.07%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#1DCE2D (or 0x1DCE2D) is known color: Lime Green. HEX triplet: 1D, CE and 2D. RGB value is (29,206,45). Sum of RGB (Red+Green+Blue) = 29+206+45=280 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.36% from 280); Green value is 206 (80.86% from 255 or 73.57% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 206 - color contains mainly: green. Hex color #1DCE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCE2D is #E231D2. Grayscale: #878787. Windows color (decimal): -14823891 or 3001885. OLE color: 3001885.

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

Color convert

RGB 29 206 45 -
CMYK 0.86 0 0.78 0.19
HSL 125.42º 0.75% 0.46% -
HSV(B) 125.42º 0.86% 0.81% -
XYZ 23.05 44.59 9.88 -
YUV 134.72 77.36 52.59 -
System Red Green Blue C M Y K H S L
Decimal 29 206 45 0.86 0 0.78 0.19 125.42 0.75 0.46
Hex 1D CE 2D 56 0 4E 13 7D 4B 2E
Octal 35 316 55 126 0 116 23 175 113 56
Binary 11101 11001110 101101 1010110 0 1001110 10011 1111101 1001011 101110

Color Harmonies of #1DCE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCE2D

Black with #1DCE2D

Text Example


Text Example

White with #1DCE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,206,45); }

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

background-color css

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

 a { background-color: rgb(29,206,45); }

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

border-color css

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

 span { border-color: rgb(29,206,45); }

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