#27D516

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

Shades of Lime Green #27D516

Tints of Lime Green #27D516

Color information

#27D516 (or 0x27D516) is unknown color: approx Lime Green. HEX triplet: 27, D5 and 16. RGB value is (39,213,22). Sum of RGB (Red+Green+Blue) = 39+213+22=274 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.23% from 274); Green value is 213 (83.59% from 255 or 77.74% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 213 - color contains mainly: green. Hex color #27D516 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27D516 is #D82AE9. Grayscale: #8B8B8B. Windows color (decimal): -14166762 or 1496359. OLE color: 1496359.

HSL color Cylindrical-coordinate representation of color #27D516: hue angle of 114.66º 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 #27D516 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB3921322-
CMYK0.8200.900.16
HSL114.66º81.28%46.08%-
HSV(B)114.66º89.67%83.53%-
XYZ24.7848.088.73-
YUV139.261.8556.53-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal39213220.8200.900.16114.6681.2846.08
Hex27D5165205A1073512e
Octal473252612201322016312156
Binary10011111010101101101010010010110101000011100111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27D516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27D516; }

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

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

<style>
 a { background-color: #27D516; }

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

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

<style>
 span { border-color: #27D516; }

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

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