#28EC27

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

Shades of Lime Green #28EC27

Tints of Lime Green #28EC27

Color information

#28EC27 (or 0x28EC27) is unknown color: approx Lime Green. HEX triplet: 28, EC and 27. RGB value is (40,236,39). Sum of RGB (Red+Green+Blue) = 40+236+39=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 236 (92.58% from 255 or 74.92% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 236 - color contains mainly: green. Hex color #28EC27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28EC27 is #D713D8. Grayscale: #9B9B9B. Windows color (decimal): -14095321 or 2616360. OLE color: 2616360.

HSL color Cylindrical-coordinate representation of color #28EC27: hue angle of 119.7º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EC27 is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB4023639-
CMYK0.8300.830.07
HSL119.7º83.83%53.92%-
HSV(B)119.7º83.47%92.55%-
XYZ31.2460.5911.97-
YUV154.9462.5746.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.70%
GREEN value IS 236 (92.58% from 255) = 74.92%
BLUE value IS 39 (15.62% from 255) = 12.38%
R=12.70%
G=74.92%
B=12.38%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal40236390.8300.830.07119.783.8353.92
Hex28EC27530537785436
Octal50354471230123717012466
Binary1010001110110010011110100110101001111111110001010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28EC27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,236,39); }

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

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

 a { background-color: rgb(40,236,39); }

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

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

 span { border-color: rgb(40,236,39); }

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