#34D13F

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

Shades of Lime Green #34D13F

Tints of Lime Green #34D13F

Color information

#34D13F (or 0x34D13F) is unknown color: approx Lime Green. HEX triplet: 34, D1 and 3F. RGB value is (52,209,63). Sum of RGB (Red+Green+Blue) = 52+209+63=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 209 (82.03% from 255 or 64.51% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 209 - color contains mainly: green. Hex color #34D13F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D13F is #CB2EC0. Grayscale: #919191. Windows color (decimal): -13315777 or 4182324. OLE color: 4182324.

HSL color Cylindrical-coordinate representation of color #34D13F: hue angle of 124.2º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D13F is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB5220963-
CMYK0.7500.700.18
HSL124.2º63.05%51.18%-
HSV(B)124.2º75.12%81.96%-
XYZ25.1146.6912.39-
YUV145.4181.4961.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.05%
GREEN value IS 209 (82.03% from 255) = 64.51%
BLUE value IS 63 (25% from 255) = 19.44%
R=16.05%
G=64.51%
B=19.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal52209630.7500.700.18124.263.0551.18
Hex34D13F4B046127c3f33
Octal64321771130106221747763
Binary11010011010001111111100101101000110100101111100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,209,63); }

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

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

 a { background-color: rgb(52,209,63); }

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

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

 span { border-color: rgb(52,209,63); }

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