#25c147

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

Shades of Lime Green #25C147

Tints of Lime Green #25C147

Color information

#25C147 (or 0x25C147) is unknown color: approx Lime Green. HEX triplet: 25, C1 and 47. RGB value is (37,193,71). Sum of RGB (Red+Green+Blue) = 37+193+71=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 193 (75.78% from 255 or 64.12% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 193 - color contains mainly: green. Hex color #25C147 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C147 is #DA3EB8. Grayscale: #848484. Windows color (decimal): -14302905 or 4702501. OLE color: 4702501.

HSL color Cylindrical-coordinate representation of color #25C147: hue angle of 133.08º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C147 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB3719371-
CMYK0.8100.630.24
HSL133.08º67.83%45.1%-
HSV(B)133.08º80.83%75.69%-
XYZ20.9738.9912.38-
YUV132.4593.3259.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.29%
GREEN value IS 193 (75.78% from 255) = 64.12%
BLUE value IS 71 (28.12% from 255) = 23.59%
R=12.29%
G=64.12%
B=23.59%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal37193710.8100.630.24133.0867.8345.1
Hex25C1475103F1885442d
Octal453011071210773020510455
Binary1001011100000110001111010001011111111000100001011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25c147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,193,71); }

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

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

 a { background-color: rgb(37,193,71); }

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

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

 span { border-color: rgb(37,193,71); }

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