#34C346

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

Shades of Lime Green #34C346

Tints of Lime Green #34C346

Color information

#34C346 (or 0x34C346) is unknown color: approx Lime Green. HEX triplet: 34, C3 and 46. RGB value is (52,195,70). Sum of RGB (Red+Green+Blue) = 52+195+70=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 195 (76.56% from 255 or 61.51% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 195 - color contains mainly: green. Hex color #34C346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C346 is #CB3CB9. Grayscale: #8A8A8A. Windows color (decimal): -13319354 or 4637492. OLE color: 4637492.

HSL color Cylindrical-coordinate representation of color #34C346: hue angle of 127.55º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C346 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB5219570-
CMYK0.7300.640.24
HSL127.55º57.89%48.43%-
HSV(B)127.55º73.33%76.47%-
XYZ22.0440.212.39-
YUV137.9989.6266.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.40%
GREEN value IS 195 (76.56% from 255) = 61.51%
BLUE value IS 70 (27.73% from 255) = 22.08%
R=16.40%
G=61.51%
B=22.08%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal52195700.7300.640.24127.5557.8948.43
Hex34C3464904018803a30
Octal643031061110100302007260
Binary1101001100001110001101001001010000001100010000000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,195,70); }

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

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

 a { background-color: rgb(52,195,70); }

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

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

 span { border-color: rgb(52,195,70); }

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