#27B13C

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

Shades of Lime Green #27B13C

Tints of Lime Green #27B13C

Color information

#27B13C (or 0x27B13C) is unknown color: approx Lime Green. HEX triplet: 27, B1 and 3C. RGB value is (39,177,60). Sum of RGB (Red+Green+Blue) = 39+177+60=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 177 (69.53% from 255 or 64.13% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 177 - color contains mainly: green. Hex color #27B13C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27B13C is #D84EC3. Grayscale: #7A7A7A. Windows color (decimal): -14175940 or 3977511. OLE color: 3977511.

HSL color Cylindrical-coordinate representation of color #27B13C: hue angle of 129.13º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27B13C is Cyan = 0.78, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB3917760-
CMYK0.7800.660.31
HSL129.13º63.89%42.35%-
HSV(B)129.13º77.97%69.41%-
XYZ17.3732.29.57-
YUV122.492.7868.51-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.13%
GREEN value IS 177 (69.53% from 255) = 64.13%
BLUE value IS 60 (23.83% from 255) = 21.74%
R=14.13%
G=64.13%
B=21.74%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal39177600.7800.660.31129.1363.8942.35
Hex27B13C4E0421F81402a
Octal472617411601023720110052
Binary1001111011000111110010011100100001011111100000011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27B13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,177,60); }

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

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

 a { background-color: rgb(39,177,60); }

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

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

 span { border-color: rgb(39,177,60); }

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