#34D83D

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

Shades of Lime Green #34D83D

Tints of Lime Green #34D83D

Color information

#34D83D (or 0x34D83D) is unknown color: approx Lime Green. HEX triplet: 34, D8 and 3D. RGB value is (52,216,61). Sum of RGB (Red+Green+Blue) = 52+216+61=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 216 (84.77% from 255 or 65.65% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 216 - color contains mainly: green. Hex color #34D83D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D83D is #CB27C2. Grayscale: #959595. Windows color (decimal): -13313987 or 4053044. OLE color: 4053044.

HSL color Cylindrical-coordinate representation of color #34D83D: hue angle of 123.29º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D83D is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB5221661-
CMYK0.7600.720.15
HSL123.29º67.77%52.55%-
HSV(B)123.29º75.93%84.71%-
XYZ26.8150.1812.69-
YUV149.2978.1758.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.81%
GREEN value IS 216 (84.77% from 255) = 65.65%
BLUE value IS 61 (24.22% from 255) = 18.54%
R=15.81%
G=65.65%
B=18.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal52216610.7600.720.15123.2967.7752.55
Hex34D83D4C048F7b4435
Octal643307511401101717310465
Binary11010011011000111101100110001001000111111110111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D83D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,216,61); }

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

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

 a { background-color: rgb(52,216,61); }

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

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

 span { border-color: rgb(52,216,61); }

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