#27C920

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

Shades of Lime Green #27C920

Tints of Lime Green #27C920

Color information

#27C920 (or 0x27C920) is unknown color: approx Lime Green. HEX triplet: 27, C9 and 20. RGB value is (39,201,32). Sum of RGB (Red+Green+Blue) = 39+201+32=272 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.34% from 272); Green value is 201 (78.91% from 255 or 73.90% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 201 - color contains mainly: green. Hex color #27C920 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C920 is #D836DF. Grayscale: #858585. Windows color (decimal): -14169824 or 2148647. OLE color: 2148647.

HSL color Cylindrical-coordinate representation of color #27C920: hue angle of 117.51º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27C920 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB3920132-
CMYK0.8100.840.21
HSL117.51º72.53%45.69%-
HSV(B)117.51º84.08%78.82%-
XYZ21.9842.318.37-
YUV133.370.8360.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.34%
GREEN value IS 201 (78.91% from 255) = 73.90%
BLUE value IS 32 (12.89% from 255) = 11.76%
R=14.34%
G=73.90%
B=11.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal39201320.8100.840.21117.5172.5345.69
Hex27C920510541576492e
Octal473114012101242516611156
Binary100111110010011000001010001010101001010111101101001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27C920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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