#27B720

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

Shades of Lime Green #27B720

Tints of Lime Green #27B720

Color information

#27B720 (or 0x27B720) is unknown color: approx Lime Green. HEX triplet: 27, B7 and 20. RGB value is (39,183,32). Sum of RGB (Red+Green+Blue) = 39+183+32=254 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.35% from 254); Green value is 183 (71.88% from 255 or 72.05% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 183 - color contains mainly: green. Hex color #27B720 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27B720 is #D848DF. Grayscale: #7B7B7B. Windows color (decimal): -14174432 or 2144039. OLE color: 2144039.

HSL color Cylindrical-coordinate representation of color #27B720: hue angle of 117.22º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27B720 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB3918332-
CMYK0.7900.830.28
HSL117.22º70.23%42.16%-
HSV(B)117.22º82.51%71.76%-
XYZ18.0334.47.06-
YUV122.7376.7968.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.35%
GREEN value IS 183 (71.88% from 255) = 72.05%
BLUE value IS 32 (12.89% from 255) = 12.60%
R=15.35%
G=72.05%
B=12.60%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal39183320.7900.830.28117.2270.2342.16
Hex27B7204F0531C75462a
Octal472674011701233416510652
Binary100111101101111000001001111010100111110011101011000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27B720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,183,32); }

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

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

 a { background-color: rgb(39,183,32); }

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

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

 span { border-color: rgb(39,183,32); }

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