#27BD13

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

Shades of Lime Green #27BD13

Tints of Lime Green #27BD13

Color information

#27BD13 (or 0x27BD13) is unknown color: approx Lime Green. HEX triplet: 27, BD and 13. RGB value is (39,189,19). Sum of RGB (Red+Green+Blue) = 39+189+19=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 189 (74.22% from 255 or 76.52% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 189 - color contains mainly: green. Hex color #27BD13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27BD13 is #D842EC. Grayscale: #7D7D7D. Windows color (decimal): -14172909 or 1293607. OLE color: 1293607.

HSL color Cylindrical-coordinate representation of color #27BD13: hue angle of 112.94º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #27BD13 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB3918919-
CMYK0.7900.900.26
HSL112.94º81.73%40.78%-
HSV(B)112.94º89.95%74.12%-
XYZ19.1536.876.72-
YUV124.7768.3166.82-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.79%
GREEN value IS 189 (74.22% from 255) = 76.52%
BLUE value IS 19 (7.81% from 255) = 7.69%
R=15.79%
G=76.52%
B=7.69%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal39189190.7900.900.26112.9481.7340.78
Hex27BD134F05A1A715229
Octal472752311701323216112251
Binary10011110111101100111001111010110101101011100011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27BD13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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