#27CD46

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

Shades of Lime Green #27CD46

Tints of Lime Green #27CD46

Color information

#27CD46 (or 0x27CD46) is unknown color: approx Lime Green. HEX triplet: 27, CD and 46. RGB value is (39,205,70). Sum of RGB (Red+Green+Blue) = 39+205+70=314 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.42% from 314); Green value is 205 (80.47% from 255 or 65.29% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 205 - color contains mainly: green. Hex color #27CD46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27CD46 is #D832B9. Grayscale: #8C8C8C. Windows color (decimal): -14168762 or 4640039. OLE color: 4640039.

HSL color Cylindrical-coordinate representation of color #27CD46: hue angle of 131.2º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CD46 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB3920570-
CMYK0.8100.660.20
HSL131.2º68.03%47.84%-
HSV(B)131.2º80.98%80.39%-
XYZ23.7744.5413.14-
YUV139.9888.555.98-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.42%
GREEN value IS 205 (80.47% from 255) = 65.29%
BLUE value IS 70 (27.73% from 255) = 22.29%
R=12.42%
G=65.29%
B=22.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal39205700.8100.660.20131.268.0347.84
Hex27CD465104214834430
Octal4731510612101022420310460
Binary10011111001101100011010100010100001010100100000111000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27CD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,205,70); }

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

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

 a { background-color: rgb(39,205,70); }

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

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

 span { border-color: rgb(39,205,70); }

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