#25BA21

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

Shades of Lime Green #25BA21

Tints of Lime Green #25BA21

Color information

#25BA21 (or 0x25BA21) is unknown color: approx Lime Green. HEX triplet: 25, BA and 21. RGB value is (37,186,33). Sum of RGB (Red+Green+Blue) = 37+186+33=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 186 (73.05% from 255 or 72.66% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 186 - color contains mainly: green. Hex color #25BA21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BA21 is #DA45DE. Grayscale: #7C7C7C. Windows color (decimal): -14304735 or 2210341. OLE color: 2210341.

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

Color convert

RGB3718633-
CMYK0.8000.820.27
HSL118.43º69.86%42.94%-
HSV(B)118.43º82.26%72.94%-
XYZ18.635.627.33-
YUV124.0176.6465.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.45%
GREEN value IS 186 (73.05% from 255) = 72.66%
BLUE value IS 33 (13.28% from 255) = 12.89%
R=14.45%
G=72.66%
B=12.89%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal37186330.8000.820.27118.4369.8642.94
Hex25BA21500521B76462b
Octal452724112001223316610653
Binary100101101110101000011010000010100101101111101101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25BA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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