#28E93D

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

Shades of Lime Green #28E93D

Tints of Lime Green #28E93D

Color information

#28E93D (or 0x28E93D) is unknown color: approx Lime Green. HEX triplet: 28, E9 and 3D. RGB value is (40,233,61). Sum of RGB (Red+Green+Blue) = 40+233+61=334 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.98% from 334); Green value is 233 (91.41% from 255 or 69.76% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 233 - color contains mainly: green. Hex color #28E93D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28E93D is #D716C2. Grayscale: #9C9C9C. Windows color (decimal): -14096067 or 4057384. OLE color: 4057384.

HSL color Cylindrical-coordinate representation of color #28E93D: hue angle of 126.53º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E93D is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB4023361-
CMYK0.8300.740.09
HSL126.53º81.43%53.53%-
HSV(B)126.53º82.83%91.37%-
XYZ30.8659.0714.19-
YUV155.6874.5645.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.98%
GREEN value IS 233 (91.41% from 255) = 69.76%
BLUE value IS 61 (24.22% from 255) = 18.26%
R=11.98%
G=69.76%
B=18.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal40233610.8300.740.09126.5381.4353.53
Hex28E93D5304A97f5136
Octal503517512301121117712166
Binary10100011101001111101101001101001010100111111111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28E93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,233,61); }

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

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

 a { background-color: rgb(40,233,61); }

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

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

 span { border-color: rgb(40,233,61); }

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