#25E61C

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

Shades of Lime Green #25E61C

Tints of Lime Green #25E61C

Color information

#25E61C (or 0x25E61C) is unknown color: approx Lime Green. HEX triplet: 25, E6 and 1C. RGB value is (37,230,28). Sum of RGB (Red+Green+Blue) = 37+230+28=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 230 (90.23% from 255 or 77.97% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 230 - color contains mainly: green. Hex color #25E61C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25E61C is #DA19E3. Grayscale: #959595. Windows color (decimal): -14293476 or 1893925. OLE color: 1893925.

HSL color Cylindrical-coordinate representation of color #25E61C: hue angle of 117.33º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #25E61C is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.

Color convert

RGB3723028-
CMYK0.8400.880.10
HSL117.33º80.16%50.59%-
HSV(B)117.33º87.83%90.2%-
XYZ29.2757.0710.57-
YUV149.2659.5647.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.54%
GREEN value IS 230 (90.23% from 255) = 77.97%
BLUE value IS 28 (11.33% from 255) = 9.49%
R=12.54%
G=77.97%
B=9.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal37230280.8400.880.10117.3380.1650.59
Hex25E61C54058A755033
Octal453463412401301216512063
Binary1001011110011011100101010001011000101011101011010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25E61C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,230,28); }

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

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

 a { background-color: rgb(37,230,28); }

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

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

 span { border-color: rgb(37,230,28); }

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