#34E71E

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

Shades of Lime Green #34E71E

Tints of Lime Green #34E71E

Color information

#34E71E (or 0x34E71E) is unknown color: approx Lime Green. HEX triplet: 34, E7 and 1E. RGB value is (52,231,30). Sum of RGB (Red+Green+Blue) = 52+231+30=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 231 (90.62% from 255 or 73.80% from 313); Blue value is 30 (12.11% from 255 or 9.58% from 313); Max value from RGB is 231 - color contains mainly: green. Hex color #34E71E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34E71E is #CB18E1. Grayscale: #9B9B9B. Windows color (decimal): -13310178 or 2025268. OLE color: 2025268.

HSL color Cylindrical-coordinate representation of color #34E71E: hue angle of 113.43º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #34E71E is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB5223130-
CMYK0.7700.870.09
HSL113.43º80.72%51.18%-
HSV(B)113.43º87.01%90.59%-
XYZ30.2357.9810.83-
YUV154.5657.754.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.61%
GREEN value IS 231 (90.62% from 255) = 73.80%
BLUE value IS 30 (12.11% from 255) = 9.58%
R=16.61%
G=73.80%
B=9.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal52231300.7700.870.09113.4380.7251.18
Hex34E71E4D0579715133
Octal643473611501271116112163
Binary1101001110011111110100110101010111100111100011010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E71E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,231,30); }

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

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

 a { background-color: rgb(52,231,30); }

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

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

 span { border-color: rgb(52,231,30); }

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