#27EB40

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

Shades of Lime Green #27EB40

Tints of Lime Green #27EB40

Color information

#27EB40 (or 0x27EB40) is unknown color: approx Lime Green. HEX triplet: 27, EB and 40. RGB value is (39,235,64). Sum of RGB (Red+Green+Blue) = 39+235+64=338 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.54% from 338); Green value is 235 (92.19% from 255 or 69.53% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 235 - color contains mainly: green. Hex color #27EB40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27EB40 is #D814BF. Grayscale: #9D9D9D. Windows color (decimal): -14161088 or 4254503. OLE color: 4254503.

HSL color Cylindrical-coordinate representation of color #27EB40: hue angle of 127.65º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27EB40 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB3923564-
CMYK0.8300.730.08
HSL127.65º83.05%53.73%-
HSV(B)127.65º83.4%92.16%-
XYZ31.4760.2214.82-
YUV156.975.5743.9-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.54%
GREEN value IS 235 (92.19% from 255) = 69.53%
BLUE value IS 64 (25.39% from 255) = 18.93%
R=11.54%
G=69.53%
B=18.93%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal39235640.8300.730.08127.6583.0553.73
Hex27EB40530498805336
Octal4735310012301111020012366
Binary1001111110101110000001010011010010011000100000001010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27EB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,235,64); }

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

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

 a { background-color: rgb(39,235,64); }

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

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

 span { border-color: rgb(39,235,64); }

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