#27B82D

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

Shades of Lime Green #27B82D

Tints of Lime Green #27B82D

Color information

#27B82D (or 0x27B82D) is unknown color: approx Lime Green. HEX triplet: 27, B8 and 2D. RGB value is (39,184,45). Sum of RGB (Red+Green+Blue) = 39+184+45=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 184 (72.27% from 255 or 68.66% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 184 - color contains mainly: green. Hex color #27B82D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27B82D is #D847D2. Grayscale: #7D7D7D. Windows color (decimal): -14174163 or 2996263. OLE color: 2996263.

HSL color Cylindrical-coordinate representation of color #27B82D: hue angle of 122.48º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27B82D is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB3918445-
CMYK0.7900.760.28
HSL122.48º65.02%43.73%-
HSV(B)122.48º78.8%72.16%-
XYZ18.4534.98.25-
YUV124.882.9666.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.55%
GREEN value IS 184 (72.27% from 255) = 68.66%
BLUE value IS 45 (17.97% from 255) = 16.79%
R=14.55%
G=68.66%
B=16.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal39184450.7900.760.28122.4865.0243.73
Hex27B82D4F04C1C7a412c
Octal472705511701143417210154
Binary100111101110001011011001111010011001110011110101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27B82D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,184,45); }

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

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

 a { background-color: rgb(39,184,45); }

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

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

 span { border-color: rgb(39,184,45); }

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