#28CC1B

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

Shades of Lime Green #28CC1B

Tints of Lime Green #28CC1B

Color information

#28CC1B (or 0x28CC1B) is unknown color: approx Lime Green. HEX triplet: 28, CC and 1B. RGB value is (40,204,27). Sum of RGB (Red+Green+Blue) = 40+204+27=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 204 (80.08% from 255 or 75.28% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 204 - color contains mainly: green. Hex color #28CC1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28CC1B is #D733E4. Grayscale: #878787. Windows color (decimal): -14103525 or 1821736. OLE color: 1821736.

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

Color convert

RGB4020427-
CMYK0.8000.870.2
HSL115.59º76.62%45.29%-
HSV(B)115.59º86.76%80%-
XYZ22.6743.728.28-
YUV134.7967.1760.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.76%
GREEN value IS 204 (80.08% from 255) = 75.28%
BLUE value IS 27 (10.94% from 255) = 9.96%
R=14.76%
G=75.28%
B=9.96%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal40204270.8000.870.2115.5976.6245.29
Hex28CC1B5005714744d2d
Octal503143312001272416411555
Binary10100011001100110111010000010101111010011101001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28CC1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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