#27B82B

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

Shades of Lime Green #27B82B

Tints of Lime Green #27B82B

Color information

#27B82B (or 0x27B82B) is unknown color: approx Lime Green. HEX triplet: 27, B8 and 2B. RGB value is (39,184,43). Sum of RGB (Red+Green+Blue) = 39+184+43=266 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.66% from 266); Green value is 184 (72.27% from 255 or 69.17% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 184 - color contains mainly: green. Hex color #27B82B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27B82B is #D847D4. Grayscale: #7C7C7C. Windows color (decimal): -14174165 or 2865191. OLE color: 2865191.

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

Color convert

RGB3918443-
CMYK0.7900.770.28
HSL121.66º65.02%43.73%-
HSV(B)121.66º78.8%72.16%-
XYZ18.4134.898.05-
YUV124.5781.9666.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.66%
GREEN value IS 184 (72.27% from 255) = 69.17%
BLUE value IS 43 (17.19% from 255) = 16.17%
R=14.66%
G=69.17%
B=16.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal39184430.7900.770.28121.6665.0243.73
Hex27B82B4F04D1C7a412c
Octal472705311701153417210154
Binary100111101110001010111001111010011011110011110101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27B82B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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