#25b925

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

Shades of Lime Green #25B925

Tints of Lime Green #25B925

Color information

#25B925 (or 0x25B925) is unknown color: approx Lime Green. HEX triplet: 25, B9 and 25. RGB value is (37,185,37). Sum of RGB (Red+Green+Blue) = 37+185+37=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 185 (72.66% from 255 or 71.43% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 185 - color contains mainly: green. Hex color #25B925 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B925 is #DA46DA. Grayscale: #7C7C7C. Windows color (decimal): -14304987 or 2472229. OLE color: 2472229.

HSL color Cylindrical-coordinate representation of color #25B925: hue angle of 120º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25B925 is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB3718537-
CMYK0.8000.800.27
HSL120º66.67%43.53%-
HSV(B)120º80%72.55%-
XYZ18.4535.227.58-
YUV123.8878.9766.03-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.29%
GREEN value IS 185 (72.66% from 255) = 71.43%
BLUE value IS 37 (14.84% from 255) = 14.29%
R=14.29%
G=71.43%
B=14.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal37185370.8000.800.2712066.6743.53
Hex25B925500501B78432c
Octal452714512001203317010354
Binary100101101110011001011010000010100001101111110001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25b925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,185,37); }

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

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

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

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

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

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

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