#34D33E

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

Shades of Lime Green #34D33E

Tints of Lime Green #34D33E

Color information

#34D33E (or 0x34D33E) is unknown color: approx Lime Green. HEX triplet: 34, D3 and 3E. RGB value is (52,211,62). Sum of RGB (Red+Green+Blue) = 52+211+62=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 211 (82.81% from 255 or 64.92% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 211 - color contains mainly: green. Hex color #34D33E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D33E is #CB2CC1. Grayscale: #929292. Windows color (decimal): -13315266 or 4117300. OLE color: 4117300.

HSL color Cylindrical-coordinate representation of color #34D33E: hue angle of 123.77º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D33E is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB5221162-
CMYK0.7500.710.17
HSL123.77º64.37%51.57%-
HSV(B)123.77º75.36%82.75%-
XYZ25.5847.6712.41-
YUV146.4780.3260.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16%
GREEN value IS 211 (82.81% from 255) = 64.92%
BLUE value IS 62 (24.61% from 255) = 19.08%
R=16%
G=64.92%
B=19.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal52211620.7500.710.17123.7764.3751.57
Hex34D33E4B047117c4034
Octal643237611301072117410064
Binary110100110100111111101001011010001111000111111001000000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,211,62); }

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

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

 a { background-color: rgb(52,211,62); }

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

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

 span { border-color: rgb(52,211,62); }

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