Html Css Color HEX #1DEC34 Lime Green

📋 copy color: '#1DEC34'

red 29 ◦ green 236 ◦ blue 52

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

Shades of Lime Green #1DEC34

Tints of Lime Green #1DEC34

RGB

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

 GREEN value IS 236 (92.58% from 255) = 74.45%

 BLUE value IS 52 (20.7% from 255) = 16.4%

R = 9.15%
G = 74.45%
B = 16.4%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#1DEC34 (or 0x1DEC34) is known color: Lime Green. HEX triplet: 1D, EC and 34. RGB value is (29,236,52). Sum of RGB (Red+Green+Blue) = 29+236+52=317 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.15% from 317); Green value is 236 (92.58% from 255 or 74.45% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 236 - color contains mainly: green. Hex color #1DEC34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DEC34 is #E213CB. Grayscale: #999999. Windows color (decimal): -14816204 or 3468317. OLE color: 3468317.

HSL color Cylindrical-coordinate representation of color #1DEC34: hue angle of 126.67º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DEC34 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 29 236 52 -
CMYK 0.88 0 0.78 0.07
HSL 126.67º 0.84% 0.52% -
HSV(B) 126.67º 0.88% 0.93% -
XYZ 31.12 60.5 13.29 -
YUV 153.13 70.92 39.46 -
System Red Green Blue C M Y K H S L
Decimal 29 236 52 0.88 0 0.78 0.07 126.67 0.84 0.52
Hex 1D EC 34 58 0 4E 7 7F 54 34
Octal 35 354 64 130 0 116 7 177 124 64
Binary 11101 11101100 110100 1011000 0 1001110 111 1111111 1010100 110100

Color Harmonies of #1DEC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEC34

Black with #1DEC34

Text Example


Text Example

White with #1DEC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,236,52); }

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

background-color css

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

 a { background-color: rgb(29,236,52); }

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

border-color css

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

 span { border-color: rgb(29,236,52); }

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