#25B93C

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

Shades of Lime Green #25B93C

Tints of Lime Green #25B93C

Color information

#25B93C (or 0x25B93C) is unknown color: approx Lime Green. HEX triplet: 25, B9 and 3C. RGB value is (37,185,60). Sum of RGB (Red+Green+Blue) = 37+185+60=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 185 (72.66% from 255 or 65.60% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 185 - color contains mainly: green. Hex color #25B93C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B93C is #DA46C3. Grayscale: #7E7E7E. Windows color (decimal): -14304964 or 3979557. OLE color: 3979557.

HSL color Cylindrical-coordinate representation of color #25B93C: hue angle of 129.32º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25B93C is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB3718560-
CMYK0.8000.680.27
HSL129.32º66.67%43.53%-
HSV(B)129.32º80%72.55%-
XYZ18.9335.4210.11-
YUV126.590.4764.16-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.12%
GREEN value IS 185 (72.66% from 255) = 65.60%
BLUE value IS 60 (23.83% from 255) = 21.28%
R=13.12%
G=65.60%
B=21.28%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal37185600.8000.680.27129.3266.6743.53
Hex25B93C500441B81432c
Octal452717412001043320110354
Binary1001011011100111110010100000100010011011100000011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B93C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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