#27BD45

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

Shades of Lime Green #27BD45

Tints of Lime Green #27BD45

Color information

#27BD45 (or 0x27BD45) is unknown color: approx Lime Green. HEX triplet: 27, BD and 45. RGB value is (39,189,69). Sum of RGB (Red+Green+Blue) = 39+189+69=297 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.13% from 297); Green value is 189 (74.22% from 255 or 63.64% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 189 - color contains mainly: green. Hex color #27BD45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27BD45 is #D842BA. Grayscale: #828282. Windows color (decimal): -14172859 or 4570407. OLE color: 4570407.

HSL color Cylindrical-coordinate representation of color #27BD45: hue angle of 132º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BD45 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB3918969-
CMYK0.7900.630.26
HSL132º65.79%44.71%-
HSV(B)132º79.37%74.12%-
XYZ20.1137.2611.76-
YUV130.4793.362.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.13%
GREEN value IS 189 (74.22% from 255) = 63.64%
BLUE value IS 69 (27.34% from 255) = 23.23%
R=13.13%
G=63.64%
B=23.23%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal39189690.7900.630.2613265.7944.71
Hex27BD454F03F1A84422d
Octal472751051170773220410255
Binary1001111011110110001011001111011111111010100001001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27BD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,189,69); }

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

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

 a { background-color: rgb(39,189,69); }

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

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

 span { border-color: rgb(39,189,69); }

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