#25BE1E

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

Shades of Lime Green #25BE1E

Tints of Lime Green #25BE1E

Color information

#25BE1E (or 0x25BE1E) is unknown color: approx Lime Green. HEX triplet: 25, BE and 1E. RGB value is (37,190,30). Sum of RGB (Red+Green+Blue) = 37+190+30=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 190 (74.61% from 255 or 73.93% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 190 - color contains mainly: green. Hex color #25BE1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BE1E is #DA41E1. Grayscale: #7E7E7E. Windows color (decimal): -14303714 or 2014757. OLE color: 2014757.

HSL color Cylindrical-coordinate representation of color #25BE1E: hue angle of 117.38º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25BE1E is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB3719030-
CMYK0.8100.840.25
HSL117.38º72.73%43.14%-
HSV(B)117.38º84.21%74.51%-
XYZ19.4137.317.41-
YUV126.0173.8164.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.40%
GREEN value IS 190 (74.61% from 255) = 73.93%
BLUE value IS 30 (12.11% from 255) = 11.67%
R=14.40%
G=73.93%
B=11.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal37190300.8100.840.25117.3872.7343.14
Hex25BE1E510541975492b
Octal452763612101243116511153
Binary10010110111110111101010001010101001100111101011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25BE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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