Html Css Color HEX #1ED925 Lime Green

📋 copy color: '#1ED925'

red 30 ◦ green 217 ◦ blue 37

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

Shades of Lime Green #1ED925

Tints of Lime Green #1ED925

RGB

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

 GREEN value IS 217 (85.16% from 255) = 76.41%

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

R = 10.56%
G = 76.41%
B = 13.03%

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

#1ED925 (or 0x1ED925) is known color: Lime Green. HEX triplet: 1E, D9 and 25. RGB value is (30,217,37). Sum of RGB (Red+Green+Blue) = 30+217+37=284 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.56% from 284); Green value is 217 (85.16% from 255 or 76.41% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED925 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED925 is #E126DA. Grayscale: #8D8D8D. Windows color (decimal): -14755547 or 2480414. OLE color: 2480414.

HSL color Cylindrical-coordinate representation of color #1ED925: hue angle of 122.25º 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 #1ED925 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 30 217 37 -
CMYK 0.86 0 0.83 0.15
HSL 122.25º 0.76% 0.48% -
HSV(B) 122.25º 0.86% 0.85% -
XYZ 25.68 50.04 10.05 -
YUV 140.57 69.55 49.14 -
System Red Green Blue C M Y K H S L
Decimal 30 217 37 0.86 0 0.83 0.15 122.25 0.76 0.48
Hex 1E D9 25 56 0 53 F 7A 4C 30
Octal 36 331 45 126 0 123 17 172 114 60
Binary 11110 11011001 100101 1010110 0 1010011 1111 1111010 1001100 110000

Color Harmonies of #1ED925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED925

Black with #1ED925

Text Example


Text Example

White with #1ED925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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