#27CD48

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

Shades of Lime Green #27CD48

Tints of Lime Green #27CD48

Color information

#27CD48 (or 0x27CD48) is unknown color: approx Lime Green. HEX triplet: 27, CD and 48. RGB value is (39,205,72). Sum of RGB (Red+Green+Blue) = 39+205+72=316 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.34% from 316); Green value is 205 (80.47% from 255 or 64.87% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 205 - color contains mainly: green. Hex color #27CD48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27CD48 is #D832B7. Grayscale: #8C8C8C. Windows color (decimal): -14168760 or 4771111. OLE color: 4771111.

HSL color Cylindrical-coordinate representation of color #27CD48: hue angle of 131.93º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CD48 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB3920572-
CMYK0.8100.650.20
HSL131.93º68.03%47.84%-
HSV(B)131.93º80.98%80.39%-
XYZ23.8444.5613.48-
YUV140.289.555.81-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.34%
GREEN value IS 205 (80.47% from 255) = 64.87%
BLUE value IS 72 (28.52% from 255) = 22.78%
R=12.34%
G=64.87%
B=22.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal39205720.8100.650.20131.9368.0347.84
Hex27CD485104114844430
Octal4731511012101012420410460
Binary10011111001101100100010100010100000110100100001001000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27CD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,205,72); }

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

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

 a { background-color: rgb(39,205,72); }

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

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

 span { border-color: rgb(39,205,72); }

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