#27B42E

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

Shades of Lime Green #27B42E

Tints of Lime Green #27B42E

Color information

#27B42E (or 0x27B42E) is unknown color: approx Lime Green. HEX triplet: 27, B4 and 2E. RGB value is (39,180,46). Sum of RGB (Red+Green+Blue) = 39+180+46=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 180 (70.70% from 255 or 67.92% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 180 - color contains mainly: green. Hex color #27B42E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27B42E is #D84BD1. Grayscale: #7A7A7A. Windows color (decimal): -14175186 or 3060775. OLE color: 3060775.

HSL color Cylindrical-coordinate representation of color #27B42E: hue angle of 122.98º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27B42E is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB3918046-
CMYK0.7800.740.29
HSL122.98º64.38%42.94%-
HSV(B)122.98º78.33%70.59%-
XYZ17.6533.278.08-
YUV122.5684.7968.4-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.72%
GREEN value IS 180 (70.70% from 255) = 67.92%
BLUE value IS 46 (18.36% from 255) = 17.36%
R=14.72%
G=67.92%
B=17.36%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal39180460.7800.740.29122.9864.3842.94
Hex27B42E4E04A1D7b402b
Octal472645611601123517310053
Binary100111101101001011101001110010010101110111110111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27B42E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,180,46); }

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

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

 a { background-color: rgb(39,180,46); }

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

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

 span { border-color: rgb(39,180,46); }

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