#28bf1f

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

Shades of Lime Green #28BF1F

Tints of Lime Green #28BF1F

Color information

#28BF1F (or 0x28BF1F) is unknown color: approx Lime Green. HEX triplet: 28, BF and 1F. RGB value is (40,191,31). Sum of RGB (Red+Green+Blue) = 40+191+31=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 191 (75% from 255 or 72.90% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 191 - color contains mainly: green. Hex color #28BF1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BF1F is #D740E0. Grayscale: #808080. Windows color (decimal): -14106849 or 2080552. OLE color: 2080552.

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

Color convert

RGB4019131-
CMYK0.7900.840.25
HSL116.62º72.07%43.53%-
HSV(B)116.62º83.77%74.9%-
XYZ19.7537.817.55-
YUV127.6173.4765.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.27%
GREEN value IS 191 (75% from 255) = 72.90%
BLUE value IS 31 (12.5% from 255) = 11.83%
R=15.27%
G=72.90%
B=11.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal40191310.7900.840.25116.6272.0743.53
Hex28BF1F4F0541975482c
Octal502773711701243116511054
Binary10100010111111111111001111010101001100111101011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28bf1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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