#25C634

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

Shades of Lime Green #25C634

Tints of Lime Green #25C634

Color information

#25C634 (or 0x25C634) is unknown color: approx Lime Green. HEX triplet: 25, C6 and 34. RGB value is (37,198,52). Sum of RGB (Red+Green+Blue) = 37+198+52=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 198 (77.73% from 255 or 68.99% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 198 - color contains mainly: green. Hex color #25C634 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C634 is #DA39CB. Grayscale: #858585. Windows color (decimal): -14301644 or 3458597. OLE color: 3458597.

HSL color Cylindrical-coordinate representation of color #25C634: hue angle of 125.59º 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 #25C634 is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB3719852-
CMYK0.8100.740.22
HSL125.59º68.51%46.08%-
HSV(B)125.59º81.31%77.65%-
XYZ21.5841.0310.03-
YUV133.2282.1659.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.89%
GREEN value IS 198 (77.73% from 255) = 68.99%
BLUE value IS 52 (20.70% from 255) = 18.12%
R=12.89%
G=68.99%
B=18.12%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal37198520.8100.740.22125.5968.5146.08
Hex25C6345104A167e452e
Octal453066412101122617610556
Binary100101110001101101001010001010010101011011111101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25C634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,198,52); }

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

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

 a { background-color: rgb(37,198,52); }

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

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

 span { border-color: rgb(37,198,52); }

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