Html Css Color HEX #1DCE29 Lime Green

📋 copy color: '#1DCE29'

red 29 ◦ green 206 ◦ blue 41

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

Shades of Lime Green #1DCE29

Tints of Lime Green #1DCE29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.86%

R = 10.51%
G = 74.64%
B = 14.86%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#1DCE29 (or 0x1DCE29) is known color: Lime Green. HEX triplet: 1D, CE and 29. RGB value is (29,206,41). Sum of RGB (Red+Green+Blue) = 29+206+41=276 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.51% from 276); Green value is 206 (80.86% from 255 or 74.64% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 206 - color contains mainly: green. Hex color #1DCE29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCE29 is #E231D6. Grayscale: #868686. Windows color (decimal): -14823895 or 2739741. OLE color: 2739741.

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

Color convert

RGB 29 206 41 -
CMYK 0.86 0 0.80 0.19
HSL 124.07º 0.75% 0.46% -
HSV(B) 124.07º 0.86% 0.81% -
XYZ 22.98 44.56 9.49 -
YUV 134.27 75.36 52.92 -
System Red Green Blue C M Y K H S L
Decimal 29 206 41 0.86 0 0.80 0.19 124.07 0.75 0.46
Hex 1D CE 29 56 0 50 13 7C 4B 2E
Octal 35 316 51 126 0 120 23 174 113 56
Binary 11101 11001110 101001 1010110 0 1010000 10011 1111100 1001011 101110

Color Harmonies of #1DCE29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DCE29

Black with #1DCE29

Text Example


Text Example

White with #1DCE29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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