#34df3f

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

Shades of Lime Green #34DF3F

Tints of Lime Green #34DF3F

Color information

#34DF3F (or 0x34DF3F) is unknown color: approx Lime Green. HEX triplet: 34, DF and 3F. RGB value is (52,223,63). Sum of RGB (Red+Green+Blue) = 52+223+63=338 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.38% from 338); Green value is 223 (87.5% from 255 or 65.98% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 223 - color contains mainly: green. Hex color #34DF3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34DF3F is #CB20C0. Grayscale: #9A9A9A. Windows color (decimal): -13312193 or 4185908. OLE color: 4185908.

HSL color Cylindrical-coordinate representation of color #34DF3F: hue angle of 123.86º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34DF3F is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB5222363-
CMYK0.7700.720.13
HSL123.86º72.77%53.92%-
HSV(B)123.86º76.68%87.45%-
XYZ28.753.8613.59-
YUV153.6376.8555.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.38%
GREEN value IS 223 (87.5% from 255) = 65.98%
BLUE value IS 63 (25% from 255) = 18.64%
R=15.38%
G=65.98%
B=18.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal52223630.7700.720.13123.8672.7753.92
Hex34DF3F4D048D7c4936
Octal643377711501101517411166
Binary11010011011111111111100110101001000110111111001001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34df3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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