#25C319

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

Shades of Lime Green #25C319

Tints of Lime Green #25C319

Color information

#25C319 (or 0x25C319) is unknown color: approx Lime Green. HEX triplet: 25, C3 and 19. RGB value is (37,195,25). Sum of RGB (Red+Green+Blue) = 37+195+25=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 195 (76.56% from 255 or 75.88% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 195 - color contains mainly: green. Hex color #25C319 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25C319 is #DA3CE6. Grayscale: #808080. Windows color (decimal): -14302439 or 1688357. OLE color: 1688357.

HSL color Cylindrical-coordinate representation of color #25C319: hue angle of 115.76º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #25C319 is Cyan = 0.81, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB3719525-
CMYK0.8100.870.24
HSL115.76º77.27%43.14%-
HSV(B)115.76º87.18%76.47%-
XYZ20.4539.497.46-
YUV128.3869.6562.82-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.40%
GREEN value IS 195 (76.56% from 255) = 75.88%
BLUE value IS 25 (10.16% from 255) = 9.73%
R=14.40%
G=75.88%
B=9.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal37195250.8100.870.24115.7677.2743.14
Hex25C3195105718744d2b
Octal453033112101273016411553
Binary10010111000011110011010001010101111100011101001001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25C319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,195,25); }

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

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

 a { background-color: rgb(37,195,25); }

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

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

 span { border-color: rgb(37,195,25); }

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