#25B23E

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

Shades of Lime Green #25B23E

Tints of Lime Green #25B23E

Color information

#25B23E (or 0x25B23E) is unknown color: approx Lime Green. HEX triplet: 25, B2 and 3E. RGB value is (37,178,62). Sum of RGB (Red+Green+Blue) = 37+178+62=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 178 (69.92% from 255 or 64.26% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 178 - color contains mainly: green. Hex color #25B23E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25B23E is #DA4DC1. Grayscale: #7A7A7A. Windows color (decimal): -14306754 or 4108837. OLE color: 4108837.

HSL color Cylindrical-coordinate representation of color #25B23E: hue angle of 130.64º 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 #25B23E is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB3717862-
CMYK0.7900.650.30
HSL130.64º65.58%42.16%-
HSV(B)130.64º79.21%69.8%-
XYZ17.5532.589.92-
YUV122.6293.7966.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.36%
GREEN value IS 178 (69.92% from 255) = 64.26%
BLUE value IS 62 (24.61% from 255) = 22.38%
R=13.36%
G=64.26%
B=22.38%

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
Decimal37178620.7900.650.30130.6465.5842.16
Hex25B23E4F0411E83422a
Octal452627611701013620310252
Binary1001011011001011111010011110100000111110100000111000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B23E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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