#25B23F

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

Shades of Lime Green #25B23F

Tints of Lime Green #25B23F

Color information

#25B23F (or 0x25B23F) is unknown color: approx Lime Green. HEX triplet: 25, B2 and 3F. RGB value is (37,178,63). Sum of RGB (Red+Green+Blue) = 37+178+63=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 178 (69.92% from 255 or 64.03% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 178 - color contains mainly: green. Hex color #25B23F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25B23F is #DA4DC0. Grayscale: #7B7B7B. Windows color (decimal): -14306753 or 4174373. OLE color: 4174373.

HSL color Cylindrical-coordinate representation of color #25B23F: hue angle of 131.06º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25B23F is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB3717863-
CMYK0.7900.650.30
HSL131.06º65.58%42.16%-
HSV(B)131.06º79.21%69.8%-
XYZ17.5832.5910.07-
YUV122.7394.2966.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.31%
GREEN value IS 178 (69.92% from 255) = 64.03%
BLUE value IS 63 (25% from 255) = 22.66%
R=13.31%
G=64.03%
B=22.66%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal37178630.7900.650.30131.0665.5842.16
Hex25B23F4F0411E83422a
Octal452627711701013620310252
Binary1001011011001011111110011110100000111110100000111000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B23F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,178,63); }

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

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

 a { background-color: rgb(37,178,63); }

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

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

 span { border-color: rgb(37,178,63); }

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