#27C538

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

Shades of Lime Green #27C538

Tints of Lime Green #27C538

Color information

#27C538 (or 0x27C538) is unknown color: approx Lime Green. HEX triplet: 27, C5 and 38. RGB value is (39,197,56). Sum of RGB (Red+Green+Blue) = 39+197+56=292 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.36% from 292); Green value is 197 (77.34% from 255 or 67.47% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 197 - color contains mainly: green. Hex color #27C538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C538 is #D83AC7. Grayscale: #868686. Windows color (decimal): -14170824 or 3720487. OLE color: 3720487.

HSL color Cylindrical-coordinate representation of color #27C538: hue angle of 126.46º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C538 is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB3919756-
CMYK0.8000.720.23
HSL126.46º66.95%46.27%-
HSV(B)126.46º80.2%77.25%-
XYZ21.5240.6510.45-
YUV133.6884.1560.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.36%
GREEN value IS 197 (77.34% from 255) = 67.47%
BLUE value IS 56 (22.27% from 255) = 19.18%
R=13.36%
G=67.47%
B=19.18%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal39197560.8000.720.23126.4666.9546.27
Hex27C53850048177e432e
Octal473057012001102717610356
Binary100111110001011110001010000010010001011111111101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27C538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,197,56); }

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

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

 a { background-color: rgb(39,197,56); }

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

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

 span { border-color: rgb(39,197,56); }

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