#34C754

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

Shades of Lime Green #34C754

Tints of Lime Green #34C754

Color information

#34C754 (or 0x34C754) is unknown color: approx Lime Green. HEX triplet: 34, C7 and 54. RGB value is (52,199,84). Sum of RGB (Red+Green+Blue) = 52+199+84=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 199 (78.12% from 255 or 59.40% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 199 - color contains mainly: green. Hex color #34C754 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34C754 is #CB38AB. Grayscale: #8E8E8E. Windows color (decimal): -13318316 or 5556020. OLE color: 5556020.

HSL color Cylindrical-coordinate representation of color #34C754: hue angle of 133.06º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34C754 is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB5219984-
CMYK0.7400.580.22
HSL133.06º58.57%49.22%-
HSV(B)133.06º73.87%78.04%-
XYZ23.4442.2215.3-
YUV141.9495.363.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.52%
GREEN value IS 199 (78.12% from 255) = 59.40%
BLUE value IS 84 (33.20% from 255) = 25.07%
R=15.52%
G=59.40%
B=25.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal52199840.7400.580.22133.0658.5749.22
Hex34C7544A03A16853b31
Octal64307124112072262057361
Binary110100110001111010100100101001110101011010000101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,199,84); }

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

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

 a { background-color: rgb(52,199,84); }

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

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

 span { border-color: rgb(52,199,84); }

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