Html Css Color HEX #1DEC2F Lime Green

📋 copy color: '#1DEC2F'

red 29 ◦ green 236 ◦ blue 47

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

Shades of Lime Green #1DEC2F

Tints of Lime Green #1DEC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.06%

R = 9.29%
G = 75.64%
B = 15.06%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#1DEC2F (or 0x1DEC2F) is known color: Lime Green. HEX triplet: 1D, EC and 2F. RGB value is (29,236,47). Sum of RGB (Red+Green+Blue) = 29+236+47=312 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.29% from 312); Green value is 236 (92.58% from 255 or 75.64% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 236 - color contains mainly: green. Hex color #1DEC2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DEC2F is #E213D0. Grayscale: #999999. Windows color (decimal): -14816209 or 3140637. OLE color: 3140637.

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

Color convert

RGB 29 236 47 -
CMYK 0.88 0 0.80 0.07
HSL 125.22º 0.84% 0.52% -
HSV(B) 125.22º 0.88% 0.93% -
XYZ 31.02 60.46 12.72 -
YUV 152.56 68.42 39.87 -
System Red Green Blue C M Y K H S L
Decimal 29 236 47 0.88 0 0.80 0.07 125.22 0.84 0.52
Hex 1D EC 2F 58 0 50 7 7D 54 34
Octal 35 354 57 130 0 120 7 175 124 64
Binary 11101 11101100 101111 1011000 0 1010000 111 1111101 1010100 110100

Color Harmonies of #1DEC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DEC2F

Black with #1DEC2F

Text Example


Text Example

White with #1DEC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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