#27B82C

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

Shades of Lime Green #27B82C

Tints of Lime Green #27B82C

Color information

#27B82C (or 0x27B82C) is unknown color: approx Lime Green. HEX triplet: 27, B8 and 2C. RGB value is (39,184,44). Sum of RGB (Red+Green+Blue) = 39+184+44=267 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.61% from 267); Green value is 184 (72.27% from 255 or 68.91% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 184 - color contains mainly: green. Hex color #27B82C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27B82C is #D847D3. Grayscale: #7D7D7D. Windows color (decimal): -14174164 or 2930727. OLE color: 2930727.

HSL color Cylindrical-coordinate representation of color #27B82C: hue angle of 122.07º 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 #27B82C is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB3918444-
CMYK0.7900.760.28
HSL122.07º65.02%43.73%-
HSV(B)122.07º78.8%72.16%-
XYZ18.4334.898.15-
YUV124.6882.4666.88-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.61%
GREEN value IS 184 (72.27% from 255) = 68.91%
BLUE value IS 44 (17.58% from 255) = 16.48%
R=14.61%
G=68.91%
B=16.48%

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
Decimal39184440.7900.760.28122.0765.0243.73
Hex27B82C4F04C1C7a412c
Octal472705411701143417210154
Binary100111101110001011001001111010011001110011110101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27B82C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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