#27BB46

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

Shades of Lime Green #27BB46

Tints of Lime Green #27BB46

Color information

#27BB46 (or 0x27BB46) is unknown color: approx Lime Green. HEX triplet: 27, BB and 46. RGB value is (39,187,70). Sum of RGB (Red+Green+Blue) = 39+187+70=296 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.18% from 296); Green value is 187 (73.44% from 255 or 63.18% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 187 - color contains mainly: green. Hex color #27BB46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BB46 is #D844B9. Grayscale: #818181. Windows color (decimal): -14173370 or 4635431. OLE color: 4635431.

HSL color Cylindrical-coordinate representation of color #27BB46: hue angle of 132.57º 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 #27BB46 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB3918770-
CMYK0.7900.630.27
HSL132.57º65.49%44.31%-
HSV(B)132.57º79.14%73.33%-
XYZ19.7136.4111.78-
YUV129.4194.4763.51-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.18%
GREEN value IS 187 (73.44% from 255) = 63.18%
BLUE value IS 70 (27.73% from 255) = 23.65%
R=13.18%
G=63.18%
B=23.65%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal39187700.7900.630.27132.5765.4944.31
Hex27BB464F03F1B85412c
Octal472731061170773320510154
Binary1001111011101110001101001111011111111011100001011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27BB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,187,70); }

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

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

 a { background-color: rgb(39,187,70); }

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

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

 span { border-color: rgb(39,187,70); }

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