#28EC38

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

Shades of Lime Green #28EC38

Tints of Lime Green #28EC38

Color information

#28EC38 (or 0x28EC38) is unknown color: approx Lime Green. HEX triplet: 28, EC and 38. RGB value is (40,236,56). Sum of RGB (Red+Green+Blue) = 40+236+56=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 236 (92.58% from 255 or 71.08% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 236 - color contains mainly: green. Hex color #28EC38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28EC38 is #D713C7. Grayscale: #9D9D9D. Windows color (decimal): -14095304 or 3730472. OLE color: 3730472.

HSL color Cylindrical-coordinate representation of color #28EC38: hue angle of 124.9º 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 #28EC38 is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB4023656-
CMYK0.8300.760.07
HSL124.9º83.76%54.12%-
HSV(B)124.9º83.05%92.55%-
XYZ31.5860.7313.8-
YUV156.8871.0744.64-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.05%
GREEN value IS 236 (92.58% from 255) = 71.08%
BLUE value IS 56 (22.27% from 255) = 16.87%
R=12.05%
G=71.08%
B=16.87%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal40236560.8300.760.07124.983.7654.12
Hex28EC385304C77d5436
Octal50354701230114717512466
Binary1010001110110011100010100110100110011111111011010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28EC38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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