#28B942

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

Shades of Lime Green #28B942

Tints of Lime Green #28B942

Color information

#28B942 (or 0x28B942) is unknown color: approx Lime Green. HEX triplet: 28, B9 and 42. RGB value is (40,185,66). Sum of RGB (Red+Green+Blue) = 40+185+66=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 185 (72.66% from 255 or 63.57% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 185 - color contains mainly: green. Hex color #28B942 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B942 is #D746BD. Grayscale: #808080. Windows color (decimal): -14108350 or 4372776. OLE color: 4372776.

HSL color Cylindrical-coordinate representation of color #28B942: hue angle of 130.76º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B942 is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB4018566-
CMYK0.7800.640.27
HSL130.76º64.44%44.12%-
HSV(B)130.76º78.38%72.55%-
XYZ19.2135.5411-
YUV128.0892.9665.18-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.75%
GREEN value IS 185 (72.66% from 255) = 63.57%
BLUE value IS 66 (26.17% from 255) = 22.68%
R=13.75%
G=63.57%
B=22.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal40185660.7800.640.27130.7664.4444.12
Hex28B9424E0401B83402c
Octal5027110211601003320310054
Binary10100010111001100001010011100100000011011100000111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28B942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,185,66); }

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

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

 a { background-color: rgb(40,185,66); }

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

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

 span { border-color: rgb(40,185,66); }

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