#25C732

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

Shades of Lime Green #25C732

Tints of Lime Green #25C732

Color information

#25C732 (or 0x25C732) is unknown color: approx Lime Green. HEX triplet: 25, C7 and 32. RGB value is (37,199,50). Sum of RGB (Red+Green+Blue) = 37+199+50=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 199 (78.12% from 255 or 69.58% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 199 - color contains mainly: green. Hex color #25C732 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C732 is #DA38CD. Grayscale: #868686. Windows color (decimal): -14301390 or 3327781. OLE color: 3327781.

HSL color Cylindrical-coordinate representation of color #25C732: hue angle of 124.81º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C732 is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB3719950-
CMYK0.8100.750.22
HSL124.81º68.64%46.27%-
HSV(B)124.81º81.41%78.04%-
XYZ21.7641.479.88-
YUV133.5880.8359.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.94%
GREEN value IS 199 (78.12% from 255) = 69.58%
BLUE value IS 50 (19.92% from 255) = 17.48%
R=12.94%
G=69.58%
B=17.48%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal37199500.8100.750.22124.8168.6446.27
Hex25C7325104B167d452e
Octal453076212101132617510556
Binary100101110001111100101010001010010111011011111011000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25C732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,199,50); }

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

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

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

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

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

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

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