#28BF2A

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

Shades of Lime Green #28BF2A

Tints of Lime Green #28BF2A

Color information

#28BF2A (or 0x28BF2A) is unknown color: approx Lime Green. HEX triplet: 28, BF and 2A. RGB value is (40,191,42). Sum of RGB (Red+Green+Blue) = 40+191+42=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 191 (75% from 255 or 69.96% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 191 - color contains mainly: green. Hex color #28BF2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BF2A is #D740D5. Grayscale: #818181. Windows color (decimal): -14106838 or 2801448. OLE color: 2801448.

HSL color Cylindrical-coordinate representation of color #28BF2A: hue angle of 120.79º 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 #28BF2A is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB4019142-
CMYK0.7900.780.25
HSL120.79º65.37%45.29%-
HSV(B)120.79º79.06%74.9%-
XYZ19.9237.888.45-
YUV128.8678.9764.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.65%
GREEN value IS 191 (75% from 255) = 69.96%
BLUE value IS 42 (16.80% from 255) = 15.38%
R=14.65%
G=69.96%
B=15.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal40191420.7900.780.25120.7965.3745.29
Hex28BF2A4F04E1979412d
Octal502775211701163117110155
Binary101000101111111010101001111010011101100111110011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28BF2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,191,42); }

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

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

 a { background-color: rgb(40,191,42); }

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

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

 span { border-color: rgb(40,191,42); }

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