#28CC43

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

Shades of Lime Green #28CC43

Tints of Lime Green #28CC43

Color information

#28CC43 (or 0x28CC43) is unknown color: approx Lime Green. HEX triplet: 28, CC and 43. RGB value is (40,204,67). Sum of RGB (Red+Green+Blue) = 40+204+67=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 204 (80.08% from 255 or 65.59% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 204 - color contains mainly: green. Hex color #28CC43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CC43 is #D733BC. Grayscale: #8B8B8B. Windows color (decimal): -14103485 or 4443176. OLE color: 4443176.

HSL color Cylindrical-coordinate representation of color #28CC43: hue angle of 129.88º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28CC43 is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB4020467-
CMYK0.8000.670.2
HSL129.88º67.21%47.84%-
HSV(B)129.88º80.39%80%-
XYZ23.4844.0412.57-
YUV139.3587.1757.14-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.86%
GREEN value IS 204 (80.08% from 255) = 65.59%
BLUE value IS 67 (26.56% from 255) = 21.54%
R=12.86%
G=65.59%
B=21.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal40204670.8000.670.2129.8867.2147.84
Hex28CC435004314824330
Octal5031410312001032420210360
Binary10100011001100100001110100000100001110100100000101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28CC43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,204,67); }

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

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

 a { background-color: rgb(40,204,67); }

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

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

 span { border-color: rgb(40,204,67); }

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