#27BD4D

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

Shades of Lime Green #27BD4D

Tints of Lime Green #27BD4D

Color information

#27BD4D (or 0x27BD4D) is unknown color: approx Lime Green. HEX triplet: 27, BD and 4D. RGB value is (39,189,77). Sum of RGB (Red+Green+Blue) = 39+189+77=305 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.79% from 305); Green value is 189 (74.22% from 255 or 61.97% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 189 - color contains mainly: green. Hex color #27BD4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27BD4D is #D842B2. Grayscale: #838383. Windows color (decimal): -14172851 or 5094695. OLE color: 5094695.

HSL color Cylindrical-coordinate representation of color #27BD4D: hue angle of 135.2º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BD4D is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB3918977-
CMYK0.7900.590.26
HSL135.2º65.79%44.71%-
HSV(B)135.2º79.37%74.12%-
XYZ20.3737.3613.16-
YUV131.3897.362.11-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.79%
GREEN value IS 189 (74.22% from 255) = 61.97%
BLUE value IS 77 (30.47% from 255) = 25.25%
R=12.79%
G=61.97%
B=25.25%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal39189770.7900.590.26135.265.7944.71
Hex27BD4D4F03B1A87422d
Octal472751151170733220710255
Binary1001111011110110011011001111011101111010100001111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27BD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,189,77); }

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

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

 a { background-color: rgb(39,189,77); }

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

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

 span { border-color: rgb(39,189,77); }

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