#25BC16

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

Shades of Lime Green #25BC16

Tints of Lime Green #25BC16

Color information

#25BC16 (or 0x25BC16) is unknown color: approx Lime Green. HEX triplet: 25, BC and 16. RGB value is (37,188,22). Sum of RGB (Red+Green+Blue) = 37+188+22=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 188 (73.83% from 255 or 76.11% from 247); Blue value is 22 (8.98% from 255 or 8.91% from 247); Max value from RGB is 188 - color contains mainly: green. Hex color #25BC16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25BC16 is #DA43E9. Grayscale: #7C7C7C. Windows color (decimal): -14304234 or 1489957. OLE color: 1489957.

HSL color Cylindrical-coordinate representation of color #25BC16: hue angle of 114.58º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #25BC16 is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB3718822-
CMYK0.8000.880.26
HSL114.58º79.05%41.18%-
HSV(B)114.58º88.3%73.73%-
XYZ18.8936.426.79-
YUV123.9370.4766-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.98%
GREEN value IS 188 (73.83% from 255) = 76.11%
BLUE value IS 22 (8.98% from 255) = 8.91%
R=14.98%
G=76.11%
B=8.91%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal37188220.8000.880.26114.5879.0541.18
Hex25BC16500581A734f29
Octal452742612001303216311751
Binary10010110111100101101010000010110001101011100111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25BC16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,188,22); }

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

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

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

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

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

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

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