#34B727

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

Shades of Lime Green #34B727

Tints of Lime Green #34B727

Color information

#34B727 (or 0x34B727) is unknown color: approx Lime Green. HEX triplet: 34, B7 and 27. RGB value is (52,183,39). Sum of RGB (Red+Green+Blue) = 52+183+39=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 183 (71.88% from 255 or 66.79% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 183 - color contains mainly: green. Hex color #34B727 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B727 is #CB48D8. Grayscale: #7F7F7F. Windows color (decimal): -13322457 or 2602804. OLE color: 2602804.

HSL color Cylindrical-coordinate representation of color #34B727: hue angle of 114.58º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34B727 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB5218339-
CMYK0.7200.790.28
HSL114.58º64.86%43.53%-
HSV(B)114.58º78.69%71.76%-
XYZ18.7234.747.64-
YUV127.4278.174.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.98%
GREEN value IS 183 (71.88% from 255) = 66.79%
BLUE value IS 39 (15.62% from 255) = 14.23%
R=18.98%
G=66.79%
B=14.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal52183390.7200.790.28114.5864.8643.53
Hex34B7274804F1C73412c
Octal642674711001173416310154
Binary110100101101111001111001000010011111110011100111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34B727; }

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

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

<style>
 a { background-color: #34B727; }

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

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

<style>
 span { border-color: #34B727; }

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

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