#28E314

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

Shades of Lime Green #28E314

Tints of Lime Green #28E314

Color information

#28E314 (or 0x28E314) is unknown color: approx Lime Green. HEX triplet: 28, E3 and 14. RGB value is (40,227,20). Sum of RGB (Red+Green+Blue) = 40+227+20=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 227 (89.06% from 255 or 79.09% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 227 - color contains mainly: green. Hex color #28E314 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28E314 is #D71CEB. Grayscale: #949494. Windows color (decimal): -14097644 or 1368872. OLE color: 1368872.

HSL color Cylindrical-coordinate representation of color #28E314: hue angle of 114.2º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #28E314 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB4022720-
CMYK0.8200.910.11
HSL114.2º83.81%48.43%-
HSV(B)114.2º91.19%89.02%-
XYZ28.4755.449.86-
YUV147.4956.0551.33-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.94%
GREEN value IS 227 (89.06% from 255) = 79.09%
BLUE value IS 20 (8.20% from 255) = 6.97%
R=13.94%
G=79.09%
B=6.97%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal40227200.8200.910.11114.283.8148.43
Hex28E3145205BB725430
Octal503432412201331316212460
Binary1010001110001110100101001001011011101111100101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28E314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,227,20); }

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

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

 a { background-color: rgb(40,227,20); }

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

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

 span { border-color: rgb(40,227,20); }

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