#27D815

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

Shades of Lime Green #27D815

Tints of Lime Green #27D815

Color information

#27D815 (or 0x27D815) is unknown color: approx Lime Green. HEX triplet: 27, D8 and 15. RGB value is (39,216,21). Sum of RGB (Red+Green+Blue) = 39+216+21=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 216 (84.77% from 255 or 78.26% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 216 - color contains mainly: green. Hex color #27D815 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27D815 is #D827EA. Grayscale: #8D8D8D. Windows color (decimal): -14165995 or 1431591. OLE color: 1431591.

HSL color Cylindrical-coordinate representation of color #27D815: hue angle of 114.46º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #27D815 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB3921621-
CMYK0.8200.900.15
HSL114.46º82.28%46.47%-
HSV(B)114.46º90.28%84.71%-
XYZ25.5349.68.94-
YUV140.8560.3655.36-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.13%
GREEN value IS 216 (84.77% from 255) = 78.26%
BLUE value IS 21 (8.59% from 255) = 7.61%
R=14.13%
G=78.26%
B=7.61%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal39216210.8200.900.15114.4682.2846.47
Hex27D8155205AF72522e
Octal473302512201321716212256
Binary1001111101100010101101001001011010111111100101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27D815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,216,21); }

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

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

 a { background-color: rgb(39,216,21); }

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

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

 span { border-color: rgb(39,216,21); }

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