#28B23C

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

Shades of Lime Green #28B23C

Tints of Lime Green #28B23C

Color information

#28B23C (or 0x28B23C) is unknown color: approx Lime Green. HEX triplet: 28, B2 and 3C. RGB value is (40,178,60). Sum of RGB (Red+Green+Blue) = 40+178+60=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 178 (69.92% from 255 or 64.03% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 178 - color contains mainly: green. Hex color #28B23C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28B23C is #D74DC3. Grayscale: #7B7B7B. Windows color (decimal): -14110148 or 3977768. OLE color: 3977768.

HSL color Cylindrical-coordinate representation of color #28B23C: hue angle of 128.7º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B23C is Cyan = 0.78, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB4017860-
CMYK0.7800.660.30
HSL128.7º63.3%42.75%-
HSV(B)128.7º77.53%69.8%-
XYZ17.6132.629.64-
YUV123.2992.2868.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.39%
GREEN value IS 178 (69.92% from 255) = 64.03%
BLUE value IS 60 (23.83% from 255) = 21.58%
R=14.39%
G=64.03%
B=21.58%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal40178600.7800.660.30128.763.342.75
Hex28B23C4E0421E813f2b
Octal50262741160102362017753
Binary101000101100101111001001110010000101111010000001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,178,60); }

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

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

 a { background-color: rgb(40,178,60); }

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

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

 span { border-color: rgb(40,178,60); }

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