#27C134

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

Shades of Lime Green #27C134

Tints of Lime Green #27C134

Color information

#27C134 (or 0x27C134) is unknown color: approx Lime Green. HEX triplet: 27, C1 and 34. RGB value is (39,193,52). Sum of RGB (Red+Green+Blue) = 39+193+52=284 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.73% from 284); Green value is 193 (75.78% from 255 or 67.96% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 193 - color contains mainly: green. Hex color #27C134 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27C134 is #D83ECB. Grayscale: #838383. Windows color (decimal): -14171852 or 3457319. OLE color: 3457319.

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

Color convert

RGB3919352-
CMYK0.8000.730.24
HSL125.06º66.38%45.49%-
HSV(B)125.06º79.79%75.69%-
XYZ20.5338.829.66-
YUV130.8883.4862.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.73%
GREEN value IS 193 (75.78% from 255) = 67.96%
BLUE value IS 52 (20.70% from 255) = 18.31%
R=13.73%
G=67.96%
B=18.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal39193520.8000.730.24125.0666.3845.49
Hex27C13450049187d422d
Octal473016412001113017510255
Binary100111110000011101001010000010010011100011111011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27C134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,193,52); }

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

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

 a { background-color: rgb(39,193,52); }

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

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

 span { border-color: rgb(39,193,52); }

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