#25C311

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

Shades of Lime Green #25C311

Tints of Lime Green #25C311

Color information

#25C311 (or 0x25C311) is unknown color: approx Lime Green. HEX triplet: 25, C3 and 11. RGB value is (37,195,17). Sum of RGB (Red+Green+Blue) = 37+195+17=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 195 (76.56% from 255 or 78.31% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 195 - color contains mainly: green. Hex color #25C311 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25C311 is #DA3CEE. Grayscale: #808080. Windows color (decimal): -14302447 or 1164069. OLE color: 1164069.

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

Color convert

RGB3719517-
CMYK0.8100.910.24
HSL113.26º83.96%41.57%-
HSV(B)113.26º91.28%76.47%-
XYZ20.3839.467.07-
YUV127.4765.6563.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.86%
GREEN value IS 195 (76.56% from 255) = 78.31%
BLUE value IS 17 (7.03% from 255) = 6.83%
R=14.86%
G=78.31%
B=6.83%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal37195170.8100.910.24113.2683.9641.57
Hex25C3115105B1871542a
Octal453032112101333016112452
Binary10010111000011100011010001010110111100011100011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25C311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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