#27BA33

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

Shades of Lime Green #27BA33

Tints of Lime Green #27BA33

Color information

#27BA33 (or 0x27BA33) is unknown color: approx Lime Green. HEX triplet: 27, BA and 33. RGB value is (39,186,51). Sum of RGB (Red+Green+Blue) = 39+186+51=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 186 (73.05% from 255 or 67.39% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 186 - color contains mainly: green. Hex color #27BA33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BA33 is #D845CC. Grayscale: #7F7F7F. Windows color (decimal): -14173645 or 3389991. OLE color: 3389991.

HSL color Cylindrical-coordinate representation of color #27BA33: hue angle of 124.9º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BA33 is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB3918651-
CMYK0.7900.730.27
HSL124.9º65.33%44.12%-
HSV(B)124.9º79.03%72.94%-
XYZ18.9935.799.04-
YUV126.6685.365.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.13%
GREEN value IS 186 (73.05% from 255) = 67.39%
BLUE value IS 51 (20.31% from 255) = 18.48%
R=14.13%
G=67.39%
B=18.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal39186510.7900.730.27124.965.3344.12
Hex27BA334F0491B7d412c
Octal472726311701113317510154
Binary100111101110101100111001111010010011101111111011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27BA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,186,51); }

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

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

 a { background-color: rgb(39,186,51); }

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

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

 span { border-color: rgb(39,186,51); }

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