#27D748

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

Shades of Lime Green #27D748

Tints of Lime Green #27D748

Color information

#27D748 (or 0x27D748) is unknown color: approx Lime Green. HEX triplet: 27, D7 and 48. RGB value is (39,215,72). Sum of RGB (Red+Green+Blue) = 39+215+72=326 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.96% from 326); Green value is 215 (84.38% from 255 or 65.95% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 215 - color contains mainly: green. Hex color #27D748 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27D748 is #D828B7. Grayscale: #929292. Windows color (decimal): -14166200 or 4773671. OLE color: 4773671.

HSL color Cylindrical-coordinate representation of color #27D748: hue angle of 131.25º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D748 is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB3921572-
CMYK0.8200.670.16
HSL131.25º69.29%49.8%-
HSV(B)131.25º81.86%84.31%-
XYZ26.3149.514.3-
YUV146.0786.1951.63-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.96%
GREEN value IS 215 (84.38% from 255) = 65.95%
BLUE value IS 72 (28.52% from 255) = 22.09%
R=11.96%
G=65.95%
B=22.09%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal39215720.8200.670.16131.2569.2949.8
Hex27D7485204310834532
Octal4732711012201032020310562
Binary10011111010111100100010100100100001110000100000111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27D748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,215,72); }

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

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

 a { background-color: rgb(39,215,72); }

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

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

 span { border-color: rgb(39,215,72); }

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