#25B41E

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

Shades of Lime Green #25B41E

Tints of Lime Green #25B41E

Color information

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

HSL color Cylindrical-coordinate representation of color #25B41E: hue angle of 117.2º 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 #25B41E is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB3718030-
CMYK0.7900.830.29
HSL117.2º71.43%41.18%-
HSV(B)117.2º83.33%70.59%-
XYZ17.3233.136.71-
YUV120.1477.1268.7-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal37180300.7900.830.29117.271.4341.18
Hex25B41E4F0531D754729
Octal452643611701233516510751
Binary10010110110100111101001111010100111110111101011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B41E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25B41E; }

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

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

<style>
 a { background-color: #25B41E; }

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

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

<style>
 span { border-color: #25B41E; }

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

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