#25c42e

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

Shades of Lime Green #25C42E

Tints of Lime Green #25C42E

Color information

#25C42E (or 0x25C42E) is unknown color: approx Lime Green. HEX triplet: 25, C4 and 2E. RGB value is (37,196,46). Sum of RGB (Red+Green+Blue) = 37+196+46=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 196 (76.95% from 255 or 70.25% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 196 - color contains mainly: green. Hex color #25C42E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C42E is #DA3BD1. Grayscale: #838383. Windows color (decimal): -14302162 or 3064869. OLE color: 3064869.

HSL color Cylindrical-coordinate representation of color #25C42E: hue angle of 123.4º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C42E is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB3719646-
CMYK0.8100.770.23
HSL123.4º68.24%45.69%-
HSV(B)123.4º81.12%76.86%-
XYZ2140.079.21-
YUV131.3679.8260.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.26%
GREEN value IS 196 (76.95% from 255) = 70.25%
BLUE value IS 46 (18.36% from 255) = 16.49%
R=13.26%
G=70.25%
B=16.49%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal37196460.8100.770.23123.468.2445.69
Hex25C42E5104D177b442e
Octal453045612101152717310456
Binary100101110001001011101010001010011011011111110111000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25c42e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,196,46); }

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

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

 a { background-color: rgb(37,196,46); }

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

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

 span { border-color: rgb(37,196,46); }

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