#25DA2B

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

Shades of Lime Green #25DA2B

Tints of Lime Green #25DA2B

Color information

#25DA2B (or 0x25DA2B) is unknown color: approx Lime Green. HEX triplet: 25, DA and 2B. RGB value is (37,218,43). Sum of RGB (Red+Green+Blue) = 37+218+43=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 218 (85.55% from 255 or 73.15% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 218 - color contains mainly: green. Hex color #25DA2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25DA2B is #DA25D4. Grayscale: #909090. Windows color (decimal): -14296533 or 2873893. OLE color: 2873893.

HSL color Cylindrical-coordinate representation of color #25DA2B: hue angle of 121.99º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DA2B is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB3721843-
CMYK0.8300.800.15
HSL121.99º70.98%50%-
HSV(B)121.99º83.03%85.49%-
XYZ26.2750.7110.69-
YUV143.9371.0351.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.42%
GREEN value IS 218 (85.55% from 255) = 73.15%
BLUE value IS 43 (17.19% from 255) = 14.43%
R=12.42%
G=73.15%
B=14.43%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal37218430.8300.800.15121.9970.9850
Hex25DA2B53050F7a4732
Octal453325312301201717210762
Binary10010111011010101011101001101010000111111110101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25DA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,218,43); }

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

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

 a { background-color: rgb(37,218,43); }

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

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

 span { border-color: rgb(37,218,43); }

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