#25B73C

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

Shades of Lime Green #25B73C

Tints of Lime Green #25B73C

Color information

#25B73C (or 0x25B73C) is unknown color: approx Lime Green. HEX triplet: 25, B7 and 3C. RGB value is (37,183,60). Sum of RGB (Red+Green+Blue) = 37+183+60=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 183 (71.88% from 255 or 65.36% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 183 - color contains mainly: green. Hex color #25B73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B73C is #DA48C3. Grayscale: #7D7D7D. Windows color (decimal): -14305476 or 3979045. OLE color: 3979045.

HSL color Cylindrical-coordinate representation of color #25B73C: hue angle of 129.45º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25B73C is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB3718360-
CMYK0.8000.670.28
HSL129.45º66.36%43.14%-
HSV(B)129.45º79.78%71.76%-
XYZ18.5134.599.98-
YUV125.3291.1365-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.21%
GREEN value IS 183 (71.88% from 255) = 65.36%
BLUE value IS 60 (23.83% from 255) = 21.43%
R=13.21%
G=65.36%
B=21.43%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal37183600.8000.670.28129.4566.3643.14
Hex25B73C500431C81422b
Octal452677412001033420110253
Binary1001011011011111110010100000100001111100100000011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B73C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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