#28BE30

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

Shades of Lime Green #28BE30

Tints of Lime Green #28BE30

Color information

#28BE30 (or 0x28BE30) is unknown color: approx Lime Green. HEX triplet: 28, BE and 30. RGB value is (40,190,48). Sum of RGB (Red+Green+Blue) = 40+190+48=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 190 (74.61% from 255 or 68.35% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 190 - color contains mainly: green. Hex color #28BE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BE30 is #D741CF. Grayscale: #818181. Windows color (decimal): -14107088 or 3194408. OLE color: 3194408.

HSL color Cylindrical-coordinate representation of color #28BE30: hue angle of 123.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BE30 is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB4019048-
CMYK0.7900.750.25
HSL123.2º65.22%45.1%-
HSV(B)123.2º78.95%74.51%-
XYZ19.8237.498.99-
YUV128.9682.364.55-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.39%
GREEN value IS 190 (74.61% from 255) = 68.35%
BLUE value IS 48 (19.14% from 255) = 17.27%
R=14.39%
G=68.35%
B=17.27%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal40190480.7900.750.25123.265.2245.1
Hex28BE304F04B197b412d
Octal502766011701133117310155
Binary101000101111101100001001111010010111100111110111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28BE30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,190,48); }

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

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

 a { background-color: rgb(40,190,48); }

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

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

 span { border-color: rgb(40,190,48); }

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