#25C51D

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

Shades of Lime Green #25C51D

Tints of Lime Green #25C51D

Color information

#25C51D (or 0x25C51D) is unknown color: approx Lime Green. HEX triplet: 25, C5 and 1D. RGB value is (37,197,29). Sum of RGB (Red+Green+Blue) = 37+197+29=263 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.07% from 263); Green value is 197 (77.34% from 255 or 74.90% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 197 - color contains mainly: green. Hex color #25C51D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C51D is #DA3AE2. Grayscale: #828282. Windows color (decimal): -14301923 or 1951013. OLE color: 1951013.

HSL color Cylindrical-coordinate representation of color #25C51D: hue angle of 117.14º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25C51D is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB3719729-
CMYK0.8100.850.23
HSL117.14º74.34%44.31%-
HSV(B)117.14º85.28%77.25%-
XYZ20.9540.417.86-
YUV130.0170.9961.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.07%
GREEN value IS 197 (77.34% from 255) = 74.90%
BLUE value IS 29 (11.72% from 255) = 11.03%
R=14.07%
G=74.90%
B=11.03%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal37197290.8100.850.23117.1474.3444.31
Hex25C51D5105517754a2c
Octal453053512101252716511254
Binary10010111000101111011010001010101011011111101011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25C51D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,197,29); }

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

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

 a { background-color: rgb(37,197,29); }

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

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

 span { border-color: rgb(37,197,29); }

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