Html Css Color HEX #1ED529 Lime Green

📋 copy color: '#1ED529'

red 30 ◦ green 213 ◦ blue 41

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

Shades of Lime Green #1ED529

Tints of Lime Green #1ED529

RGB

 RED value IS 30 (12.11% from 255) = 10.56%

 GREEN value IS 213 (83.59% from 255) = 75%

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

R = 10.56%
G = 75%
B = 14.44%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#1ED529 (or 0x1ED529) is known color: Lime Green. HEX triplet: 1E, D5 and 29. RGB value is (30,213,41). Sum of RGB (Red+Green+Blue) = 30+213+41=284 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.56% from 284); Green value is 213 (83.59% from 255 or 75% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 213 - color contains mainly: green. Hex color #1ED529 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED529 is #E12AD6. Grayscale: #8B8B8B. Windows color (decimal): -14756567 or 2741534. OLE color: 2741534.

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

Color convert

RGB 30 213 41 -
CMYK 0.86 0 0.81 0.16
HSL 123.61º 0.75% 0.48% -
HSV(B) 123.61º 0.86% 0.84% -
XYZ 24.73 48.02 10.06 -
YUV 138.68 72.87 50.49 -
System Red Green Blue C M Y K H S L
Decimal 30 213 41 0.86 0 0.81 0.16 123.61 0.75 0.48
Hex 1E D5 29 56 0 51 10 7C 4B 30
Octal 36 325 51 126 0 121 20 174 113 60
Binary 11110 11010101 101001 1010110 0 1010001 10000 1111100 1001011 110000

Color Harmonies of #1ED529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED529

Black with #1ED529

Text Example


Text Example

White with #1ED529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,213,41); }

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

background-color css

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

 a { background-color: rgb(30,213,41); }

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

border-color css

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

 span { border-color: rgb(30,213,41); }

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