#25BA2C

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

Shades of Lime Green #25BA2C

Tints of Lime Green #25BA2C

Color information

#25BA2C (or 0x25BA2C) is unknown color: approx Lime Green. HEX triplet: 25, BA and 2C. RGB value is (37,186,44). Sum of RGB (Red+Green+Blue) = 37+186+44=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 186 (73.05% from 255 or 69.66% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 186 - color contains mainly: green. Hex color #25BA2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BA2C is #DA45D3. Grayscale: #7D7D7D. Windows color (decimal): -14304724 or 2931237. OLE color: 2931237.

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

Color convert

RGB3718644-
CMYK0.8000.760.27
HSL122.82º66.82%43.73%-
HSV(B)122.82º80.11%72.94%-
XYZ18.7835.698.28-
YUV125.2682.1465.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.86%
GREEN value IS 186 (73.05% from 255) = 69.66%
BLUE value IS 44 (17.58% from 255) = 16.48%
R=13.86%
G=69.66%
B=16.48%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal37186440.8000.760.27122.8266.8243.73
Hex25BA2C5004C1B7b432c
Octal452725412001143317310354
Binary100101101110101011001010000010011001101111110111000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25BA2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,186,44); }

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

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

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

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

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

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

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