#25c528

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

Shades of Lime Green #25C528

Tints of Lime Green #25C528

Color information

#25C528 (or 0x25C528) is unknown color: approx Lime Green. HEX triplet: 25, C5 and 28. RGB value is (37,197,40). Sum of RGB (Red+Green+Blue) = 37+197+40=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 197 (77.34% from 255 or 71.90% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 197 - color contains mainly: green. Hex color #25C528 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C528 is #DA3AD7. Grayscale: #838383. Windows color (decimal): -14301912 or 2671909. OLE color: 2671909.

HSL color Cylindrical-coordinate representation of color #25C528: hue angle of 121.12º 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 #25C528 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB3719740-
CMYK0.8100.800.23
HSL121.12º68.38%45.88%-
HSV(B)121.12º81.22%77.25%-
XYZ21.1140.488.71-
YUV131.2676.4960.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.50%
GREEN value IS 197 (77.34% from 255) = 71.90%
BLUE value IS 40 (16.02% from 255) = 14.60%
R=13.50%
G=71.90%
B=14.60%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal37197400.8100.800.23121.1268.3845.88
Hex25C528510501779442e
Octal453055012101202717110456
Binary100101110001011010001010001010100001011111110011000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25c528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,197,40); }

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

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

 a { background-color: rgb(37,197,40); }

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

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

 span { border-color: rgb(37,197,40); }

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