#27d10f

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

Shades of Lime Green #27D10F

Tints of Lime Green #27D10F

Color information

#27D10F (or 0x27D10F) is unknown color: approx Lime Green. HEX triplet: 27, D1 and 0F. RGB value is (39,209,15). Sum of RGB (Red+Green+Blue) = 39+209+15=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 209 (82.03% from 255 or 79.47% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 209 - color contains mainly: green. Hex color #27D10F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27D10F is #D82EF0. Grayscale: #888888. Windows color (decimal): -14167793 or 1036583. OLE color: 1036583.

HSL color Cylindrical-coordinate representation of color #27D10F: hue angle of 112.58º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #27D10F is Cyan = 0.81, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB3920915-
CMYK0.8100.930.18
HSL112.58º86.61%43.92%-
HSV(B)112.58º92.82%81.96%-
XYZ23.7246.078.09-
YUV136.0559.6858.77-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.83%
GREEN value IS 209 (82.03% from 255) = 79.47%
BLUE value IS 15 (6.25% from 255) = 5.70%
R=14.83%
G=79.47%
B=5.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal39209150.8100.930.18112.5886.6143.92
Hex27D1F5105D1271572c
Octal473211712101352216112754
Binary1001111101000111111010001010111011001011100011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27d10f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,209,15); }

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

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

 a { background-color: rgb(39,209,15); }

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

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

 span { border-color: rgb(39,209,15); }

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