#27D821

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

Shades of Lime Green #27D821

Tints of Lime Green #27D821

Color information

#27D821 (or 0x27D821) is unknown color: approx Lime Green. HEX triplet: 27, D8 and 21. RGB value is (39,216,33). Sum of RGB (Red+Green+Blue) = 39+216+33=288 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.54% from 288); Green value is 216 (84.77% from 255 or 75% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 216 - color contains mainly: green. Hex color #27D821 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27D821 is #D827DE. Grayscale: #8E8E8E. Windows color (decimal): -14165983 or 2218023. OLE color: 2218023.

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

Color convert

RGB3921633-
CMYK0.8200.850.15
HSL118.03º73.49%48.82%-
HSV(B)118.03º84.72%84.71%-
XYZ25.6749.659.67-
YUV142.2166.3654.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.54%
GREEN value IS 216 (84.77% from 255) = 75%
BLUE value IS 33 (13.28% from 255) = 11.46%
R=13.54%
G=75%
B=11.46%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal39216330.8200.850.15118.0373.4948.82
Hex27D82152055F764931
Octal473304112201251716611161
Binary10011111011000100001101001001010101111111101101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27D821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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