#27DD12

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

Shades of Lime Green #27DD12

Tints of Lime Green #27DD12

Color information

#27DD12 (or 0x27DD12) is unknown color: approx Lime Green. HEX triplet: 27, DD and 12. RGB value is (39,221,18). Sum of RGB (Red+Green+Blue) = 39+221+18=278 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.03% from 278); Green value is 221 (86.72% from 255 or 79.50% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 221 - color contains mainly: green. Hex color #27DD12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27DD12 is #D822ED. Grayscale: #909090. Windows color (decimal): -14164718 or 1236263. OLE color: 1236263.

HSL color Cylindrical-coordinate representation of color #27DD12: hue angle of 113.79º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #27DD12 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB3922118-
CMYK0.8200.920.13
HSL113.79º84.94%46.86%-
HSV(B)113.79º91.86%86.67%-
XYZ26.852.199.23-
YUV143.4457.253.51-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.03%
GREEN value IS 221 (86.72% from 255) = 79.50%
BLUE value IS 18 (7.42% from 255) = 6.47%
R=14.03%
G=79.50%
B=6.47%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal39221180.8200.920.13113.7984.9446.86
Hex27DD125205CD72552f
Octal473352212201341516212557
Binary1001111101110110010101001001011100110111100101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27DD12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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