#25B43C

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

Shades of Lime Green #25B43C

Tints of Lime Green #25B43C

Color information

#25B43C (or 0x25B43C) is unknown color: approx Lime Green. HEX triplet: 25, B4 and 3C. RGB value is (37,180,60). Sum of RGB (Red+Green+Blue) = 37+180+60=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 180 (70.70% from 255 or 64.98% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 180 - color contains mainly: green. Hex color #25B43C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B43C is #DA4BC3. Grayscale: #7B7B7B. Windows color (decimal): -14306244 or 3978277. OLE color: 3978277.

HSL color Cylindrical-coordinate representation of color #25B43C: hue angle of 129.65º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25B43C is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB3718060-
CMYK0.7900.670.29
HSL129.65º65.9%42.55%-
HSV(B)129.65º79.44%70.59%-
XYZ17.933.369.77-
YUV123.5692.1266.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.36%
GREEN value IS 180 (70.70% from 255) = 64.98%
BLUE value IS 60 (23.83% from 255) = 21.66%
R=13.36%
G=64.98%
B=21.66%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal37180600.7900.670.29129.6565.942.55
Hex25B43C4F0431D82422b
Octal452647411701033520210253
Binary1001011011010011110010011110100001111101100000101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B43C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,180,60); }

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

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

 a { background-color: rgb(37,180,60); }

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

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

 span { border-color: rgb(37,180,60); }

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