#16D527

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

Shades of Lime Green #16D527

Tints of Lime Green #16D527

Color information

#16D527 (or 0x16D527) is unknown color: approx Lime Green. HEX triplet: 16, D5 and 27. RGB value is (22,213,39). Sum of RGB (Red+Green+Blue) = 22+213+39=274 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.03% from 274); Green value is 213 (83.59% from 255 or 77.74% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 213 - color contains mainly: green. Hex color #16D527 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16D527 is #E92AD8. Grayscale: #888888. Windows color (decimal): -15280857 or 2610454. OLE color: 2610454.

HSL color Cylindrical-coordinate representation of color #16D527: hue angle of 125.34º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D527 is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB2221339-
CMYK0.9000.820.16
HSL125.34º81.28%46.08%-
HSV(B)125.34º89.67%83.53%-
XYZ24.4947.919.88-
YUV136.0573.2246.65-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.03%
GREEN value IS 213 (83.59% from 255) = 77.74%
BLUE value IS 39 (15.62% from 255) = 14.23%
R=8.03%
G=77.74%
B=14.23%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal22213390.9000.820.16125.3481.2846.08
Hex16D5275A052107d512e
Octal263254713201222017512156
Binary10110110101011001111011010010100101000011111011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16D527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16D527; }

 p { color: rgb(22,213,39); }

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

<style>
 a { background-color: #16D527; }

 a { background-color: rgb(22,213,39); }

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

<style>
 span { border-color: #16D527; }

 span { border-color: rgb(22,213,39); }

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