#27F13D

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

Shades of Lime Green #27F13D

Tints of Lime Green #27F13D

Color information

#27F13D (or 0x27F13D) is unknown color: approx Lime Green. HEX triplet: 27, F1 and 3D. RGB value is (39,241,61). Sum of RGB (Red+Green+Blue) = 39+241+61=341 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.44% from 341); Green value is 241 (94.53% from 255 or 70.67% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 241 - color contains mainly: green. Hex color #27F13D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27F13D is #D80EC2. Grayscale: #A0A0A0. Windows color (decimal): -14159555 or 4059431. OLE color: 4059431.

HSL color Cylindrical-coordinate representation of color #27F13D: hue angle of 126.53º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27F13D is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB3924161-
CMYK0.8400.750.05
HSL126.53º87.83%54.9%-
HSV(B)126.53º83.82%94.51%-
XYZ33.1363.6814.96-
YUV160.0872.0841.64-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.44%
GREEN value IS 241 (94.53% from 255) = 70.67%
BLUE value IS 61 (24.22% from 255) = 17.89%
R=11.44%
G=70.67%
B=17.89%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal39241610.8400.750.05126.5387.8354.9
Hex27F13D5404B57f5837
Octal47361751240113517713067
Binary1001111111000111110110101000100101110111111111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27F13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,241,61); }

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

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

 a { background-color: rgb(39,241,61); }

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

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

 span { border-color: rgb(39,241,61); }

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