#25DC3A

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

Shades of Lime Green #25DC3A

Tints of Lime Green #25DC3A

Color information

#25DC3A (or 0x25DC3A) is unknown color: approx Lime Green. HEX triplet: 25, DC and 3A. RGB value is (37,220,58). Sum of RGB (Red+Green+Blue) = 37+220+58=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 220 (86.33% from 255 or 69.84% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 220 - color contains mainly: green. Hex color #25DC3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25DC3A is #DA23C5. Grayscale: #939393. Windows color (decimal): -14296006 or 3857445. OLE color: 3857445.

HSL color Cylindrical-coordinate representation of color #25DC3A: hue angle of 126.89º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DC3A is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB3722058-
CMYK0.8300.740.14
HSL126.89º72.33%50.39%-
HSV(B)126.89º83.18%86.27%-
XYZ27.1251.8912.59-
YUV146.8177.8749.67-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.75%
GREEN value IS 220 (86.33% from 255) = 69.84%
BLUE value IS 58 (23.05% from 255) = 18.41%
R=11.75%
G=69.84%
B=18.41%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal37220580.8300.740.14126.8972.3350.39
Hex25DC3A5304AE7f4832
Octal453347212301121617711062
Binary10010111011100111010101001101001010111011111111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25DC3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,220,58); }

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

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

 a { background-color: rgb(37,220,58); }

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

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

 span { border-color: rgb(37,220,58); }

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