Html Css Color HEX #1DF036 Lime Green

📋 copy color: '#1DF036'

red 29 ◦ green 240 ◦ blue 54

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

Shades of Lime Green #1DF036

Tints of Lime Green #1DF036

RGB

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

 GREEN value IS 240 (94.14% from 255) = 74.3%

 BLUE value IS 54 (21.48% from 255) = 16.72%

R = 8.98%
G = 74.3%
B = 16.72%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#1DF036 (or 0x1DF036) is known color: Lime Green. HEX triplet: 1D, F0 and 36. RGB value is (29,240,54). Sum of RGB (Red+Green+Blue) = 29+240+54=323 (42% of max value = 765). Red value is 29 (11.72% from 255 or 8.98% from 323); Green value is 240 (94.14% from 255 or 74.30% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF036 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF036 is #E20FC9. Grayscale: #9C9C9C. Windows color (decimal): -14815178 or 3600413. OLE color: 3600413.

HSL color Cylindrical-coordinate representation of color #1DF036: hue angle of 127.11º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF036 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 29 240 54 -
CMYK 0.88 0 0.78 0.06
HSL 127.11º 0.88% 0.53% -
HSV(B) 127.11º 0.88% 0.94% -
XYZ 32.33 62.85 13.92 -
YUV 155.71 70.6 37.62 -
System Red Green Blue C M Y K H S L
Decimal 29 240 54 0.88 0 0.78 0.06 127.11 0.88 0.53
Hex 1D F0 36 58 0 4E 6 7F 58 35
Octal 35 360 66 130 0 116 6 177 130 65
Binary 11101 11110000 110110 1011000 0 1001110 110 1111111 1011000 110101

Color Harmonies of #1DF036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF036

Black with #1DF036

Text Example


Text Example

White with #1DF036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,240,54); }

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

background-color css

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

 a { background-color: rgb(29,240,54); }

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

border-color css

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

 span { border-color: rgb(29,240,54); }

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