#27B32A

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

Shades of Lime Green #27B32A

Tints of Lime Green #27B32A

Color information

#27B32A (or 0x27B32A) is unknown color: approx Lime Green. HEX triplet: 27, B3 and 2A. RGB value is (39,179,42). Sum of RGB (Red+Green+Blue) = 39+179+42=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 179 (70.31% from 255 or 68.85% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 179 - color contains mainly: green. Hex color #27B32A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27B32A is #D84CD5. Grayscale: #797979. Windows color (decimal): -14175446 or 2798375. OLE color: 2798375.

HSL color Cylindrical-coordinate representation of color #27B32A: hue angle of 121.29º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27B32A is Cyan = 0.78, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB3917942-
CMYK0.7800.770.30
HSL121.29º64.22%42.75%-
HSV(B)121.29º78.21%70.2%-
XYZ17.3732.847.61-
YUV121.5283.1269.14-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15%
GREEN value IS 179 (70.31% from 255) = 68.85%
BLUE value IS 42 (16.80% from 255) = 16.15%
R=15%
G=68.85%
B=16.15%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal39179420.7800.770.30121.2964.2242.75
Hex27B32A4E04D1E79402b
Octal472635211601153617110053
Binary100111101100111010101001110010011011111011110011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27B32A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,179,42); }

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

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

 a { background-color: rgb(39,179,42); }

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

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

 span { border-color: rgb(39,179,42); }

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