#1EB425

Color #1EB425 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #1EB425

Tints of Lime Green #1EB425

Color information

#1EB425 (or 0x1EB425) is unknown color: approx Lime Green. HEX triplet: 1E, B4 and 25. RGB value is (30,180,37). Sum of RGB (Red+Green+Blue) = 30+180+37=247 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.15% from 247); Green value is 180 (70.70% from 255 or 72.87% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 180 - color contains mainly: green. Hex color #1EB425 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EB425 is #E14BDA. Grayscale: #777777. Windows color (decimal): -14765019 or 2470942. OLE color: 2470942.

HSL color Cylindrical-coordinate representation of color #1EB425: hue angle of 122.8º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB425 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB3018037-
CMYK0.8300.790.29
HSL122.8º71.43%41.18%-
HSV(B)122.8º83.33%70.59%-
XYZ17.1933.057.22-
YUV118.8581.8164.63-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.15%
GREEN value IS 180 (70.70% from 255) = 72.87%
BLUE value IS 37 (14.84% from 255) = 14.98%
R=12.15%
G=72.87%
B=14.98%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal30180370.8300.790.29122.871.4341.18
Hex1EB4255304F1D7b4729
Octal362644512301173517310751
Binary11110101101001001011010011010011111110111110111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EB425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1EB425;
 }
 .AnyTagClassName
 {
   color: #1EB425;
 }
</style>
background-color css

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

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

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

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

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

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