#27C11A

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

Shades of Lime Green #27C11A

Tints of Lime Green #27C11A

Color information

#27C11A (or 0x27C11A) is unknown color: approx Lime Green. HEX triplet: 27, C1 and 1A. RGB value is (39,193,26). Sum of RGB (Red+Green+Blue) = 39+193+26=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 193 (75.78% from 255 or 74.81% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 193 - color contains mainly: green. Hex color #27C11A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C11A is #D83EE5. Grayscale: #808080. Windows color (decimal): -14171878 or 1753383. OLE color: 1753383.

HSL color Cylindrical-coordinate representation of color #27C11A: hue angle of 115.33º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #27C11A is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB3919326-
CMYK0.8000.870.24
HSL115.33º76.26%42.94%-
HSV(B)115.33º86.53%75.69%-
XYZ20.0938.657.38-
YUV127.9270.4864.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.12%
GREEN value IS 193 (75.78% from 255) = 74.81%
BLUE value IS 26 (10.55% from 255) = 10.08%
R=15.12%
G=74.81%
B=10.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal39193260.8000.870.24115.3376.2642.94
Hex27C11A5005718734c2b
Octal473013212001273016311453
Binary10011111000001110101010000010101111100011100111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27C11A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,193,26); }

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

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

 a { background-color: rgb(39,193,26); }

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

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

 span { border-color: rgb(39,193,26); }

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