#27C34A

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

Shades of Lime Green #27C34A

Tints of Lime Green #27C34A

Color information

#27C34A (or 0x27C34A) is unknown color: approx Lime Green. HEX triplet: 27, C3 and 4A. RGB value is (39,195,74). Sum of RGB (Red+Green+Blue) = 39+195+74=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 195 (76.56% from 255 or 63.31% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 195 - color contains mainly: green. Hex color #27C34A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C34A is #D83CB5. Grayscale: #868686. Windows color (decimal): -14171318 or 4899623. OLE color: 4899623.

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

Color convert

RGB3919574-
CMYK0.8000.620.24
HSL133.46º66.67%45.88%-
HSV(B)133.46º80%76.47%-
XYZ21.5939.9613.05-
YUV134.5693.8259.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.66%
GREEN value IS 195 (76.56% from 255) = 63.31%
BLUE value IS 74 (29.30% from 255) = 24.03%
R=12.66%
G=63.31%
B=24.03%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal39195740.8000.620.24133.4666.6745.88
Hex27C34A5003E1885432e
Octal473031121200763020510356
Binary1001111100001110010101010000011111011000100001011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27C34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,195,74); }

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

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

 a { background-color: rgb(39,195,74); }

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

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

 span { border-color: rgb(39,195,74); }

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