#27AA38

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

Shades of Lime Green #27AA38

Tints of Lime Green #27AA38

Color information

#27AA38 (or 0x27AA38) is unknown color: approx Lime Green. HEX triplet: 27, AA and 38. RGB value is (39,170,56). Sum of RGB (Red+Green+Blue) = 39+170+56=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 170 (66.80% from 255 or 64.15% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 170 - color contains mainly: green. Hex color #27AA38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27AA38 is #D855C7. Grayscale: #767676. Windows color (decimal): -14177736 or 3713575. OLE color: 3713575.

HSL color Cylindrical-coordinate representation of color #27AA38: hue angle of 127.79º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27AA38 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB3917056-
CMYK0.7700.670.33
HSL127.79º62.68%40.98%-
HSV(B)127.79º77.06%66.67%-
XYZ15.9329.478.59-
YUV117.8493.171.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.72%
GREEN value IS 170 (66.80% from 255) = 64.15%
BLUE value IS 56 (22.27% from 255) = 21.13%
R=14.72%
G=64.15%
B=21.13%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal39170560.7700.670.33127.7962.6840.98
Hex27AA384D04321803f29
Octal47252701150103412007751
Binary1001111010101011100010011010100001110000110000000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27AA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,170,56); }

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

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

 a { background-color: rgb(39,170,56); }

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

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

 span { border-color: rgb(39,170,56); }

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