#25BB44

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

Shades of Lime Green #25BB44

Tints of Lime Green #25BB44

Color information

#25BB44 (or 0x25BB44) is unknown color: approx Lime Green. HEX triplet: 25, BB and 44. RGB value is (37,187,68). Sum of RGB (Red+Green+Blue) = 37+187+68=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 187 (73.44% from 255 or 64.04% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 187 - color contains mainly: green. Hex color #25BB44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BB44 is #DA44BB. Grayscale: #808080. Windows color (decimal): -14304444 or 4504357. OLE color: 4504357.

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

Color convert

RGB3718768-
CMYK0.8000.640.27
HSL132.4º66.96%43.92%-
HSV(B)132.4º80.21%73.33%-
XYZ19.5836.3511.45-
YUV128.5893.862.68-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.67%
GREEN value IS 187 (73.44% from 255) = 64.04%
BLUE value IS 68 (26.95% from 255) = 23.29%
R=12.67%
G=64.04%
B=23.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal37187680.8000.640.27132.466.9643.92
Hex25BB44500401B84432c
Octal4527310412001003320410354
Binary10010110111011100010010100000100000011011100001001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25BB44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,187,68); }

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

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

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

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

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

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

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