#28DE25

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

Shades of Lime Green #28DE25

Tints of Lime Green #28DE25

Color information

#28DE25 (or 0x28DE25) is unknown color: approx Lime Green. HEX triplet: 28, DE and 25. RGB value is (40,222,37). Sum of RGB (Red+Green+Blue) = 40+222+37=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 222 (87.11% from 255 or 74.25% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 222 - color contains mainly: green. Hex color #28DE25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DE25 is #D721DA. Grayscale: #939393. Windows color (decimal): -14098907 or 2481704. OLE color: 2481704.

HSL color Cylindrical-coordinate representation of color #28DE25: hue angle of 119.03º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28DE25 is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB4022237-
CMYK0.8200.830.13
HSL119.03º73.71%50.78%-
HSV(B)119.03º83.33%87.06%-
XYZ27.3352.8310.51-
YUV146.4966.252.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.38%
GREEN value IS 222 (87.11% from 255) = 74.25%
BLUE value IS 37 (14.84% from 255) = 12.37%
R=13.38%
G=74.25%
B=12.37%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal40222370.8200.830.13119.0373.7150.78
Hex28DE2552053D774a33
Octal503364512201231516711263
Binary10100011011110100101101001001010011110111101111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28DE25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28DE25; }

 p { color: rgb(40,222,37); }

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

<style>
 a { background-color: #28DE25; }

 a { background-color: rgb(40,222,37); }

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

<style>
 span { border-color: #28DE25; }

 span { border-color: rgb(40,222,37); }

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