Html Css Color HEX #1ED825 Lime Green

📋 copy color: '#1ED825'

red 30 ◦ green 216 ◦ blue 37

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

Shades of Lime Green #1ED825

Tints of Lime Green #1ED825

RGB

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

 GREEN value IS 216 (84.77% from 255) = 76.33%

 BLUE value IS 37 (14.84% from 255) = 13.07%

R = 10.6%
G = 76.33%
B = 13.07%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#1ED825 (or 0x1ED825) is known color: Lime Green. HEX triplet: 1E, D8 and 25. RGB value is (30,216,37). Sum of RGB (Red+Green+Blue) = 30+216+37=283 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.60% from 283); Green value is 216 (84.77% from 255 or 76.33% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 216 - color contains mainly: green. Hex color #1ED825 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED825 is #E127DA. Grayscale: #8C8C8C. Windows color (decimal): -14755803 or 2480158. OLE color: 2480158.

HSL color Cylindrical-coordinate representation of color #1ED825: hue angle of 122.26º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED825 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 30 216 37 -
CMYK 0.86 0 0.83 0.15
HSL 122.26º 0.76% 0.48% -
HSV(B) 122.26º 0.86% 0.85% -
XYZ 25.43 49.52 9.97 -
YUV 139.98 69.88 49.55 -
System Red Green Blue C M Y K H S L
Decimal 30 216 37 0.86 0 0.83 0.15 122.26 0.76 0.48
Hex 1E D8 25 56 0 53 F 7A 4C 30
Octal 36 330 45 126 0 123 17 172 114 60
Binary 11110 11011000 100101 1010110 0 1010011 1111 1111010 1001100 110000

Color Harmonies of #1ED825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED825

Black with #1ED825

Text Example


Text Example

White with #1ED825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,216,37); }

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

background-color css

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

 a { background-color: rgb(30,216,37); }

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

border-color css

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

 span { border-color: rgb(30,216,37); }

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