#27D512

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

Shades of Lime Green #27D512

Tints of Lime Green #27D512

Color information

#27D512 (or 0x27D512) is unknown color: approx Lime Green. HEX triplet: 27, D5 and 12. RGB value is (39,213,18). Sum of RGB (Red+Green+Blue) = 39+213+18=270 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.44% from 270); Green value is 213 (83.59% from 255 or 78.89% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 213 - color contains mainly: green. Hex color #27D512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27D512 is #D82AED. Grayscale: #8B8B8B. Windows color (decimal): -14166766 or 1234215. OLE color: 1234215.

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

Color convert

RGB3921318-
CMYK0.8200.920.16
HSL113.54º84.42%45.29%-
HSV(B)113.54º91.55%83.53%-
XYZ24.7448.068.55-
YUV138.7459.8556.86-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.44%
GREEN value IS 213 (83.59% from 255) = 78.89%
BLUE value IS 18 (7.42% from 255) = 6.67%
R=14.44%
G=78.89%
B=6.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal39213180.8200.920.16113.5484.4245.29
Hex27D5125205C1072542d
Octal473252212201342016212455
Binary10011111010101100101010010010111001000011100101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27D512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,213,18); }

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

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

 a { background-color: rgb(39,213,18); }

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

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

 span { border-color: rgb(39,213,18); }

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