#27C41A

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

Shades of Lime Green #27C41A

Tints of Lime Green #27C41A

Color information

#27C41A (or 0x27C41A) is unknown color: approx Lime Green. HEX triplet: 27, C4 and 1A. RGB value is (39,196,26). Sum of RGB (Red+Green+Blue) = 39+196+26=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 196 (76.95% from 255 or 75.10% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 196 - color contains mainly: green. Hex color #27C41A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C41A is #D83BE5. Grayscale: #828282. Windows color (decimal): -14171110 or 1754151. OLE color: 1754151.

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

Color convert

RGB3919626-
CMYK0.8000.870.23
HSL115.41º76.58%43.53%-
HSV(B)115.41º86.73%76.86%-
XYZ20.7639.997.6-
YUV129.6869.4963.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.94%
GREEN value IS 196 (76.95% from 255) = 75.10%
BLUE value IS 26 (10.55% from 255) = 9.96%
R=14.94%
G=75.10%
B=9.96%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal39196260.8000.870.23115.4176.5843.53
Hex27C41A5005717734d2c
Octal473043212001272716311554
Binary10011111000100110101010000010101111011111100111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27C41A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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