#34E326

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

Shades of Lime Green #34E326

Tints of Lime Green #34E326

Color information

#34E326 (or 0x34E326) is unknown color: approx Lime Green. HEX triplet: 34, E3 and 26. RGB value is (52,227,38). Sum of RGB (Red+Green+Blue) = 52+227+38=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 227 (89.06% from 255 or 71.61% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 227 - color contains mainly: green. Hex color #34E326 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34E326 is #CB1CD9. Grayscale: #999999. Windows color (decimal): -13311194 or 2548532. OLE color: 2548532.

HSL color Cylindrical-coordinate representation of color #34E326: hue angle of 115.56º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #34E326 is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.

Color convert

RGB5222738-
CMYK0.7700.830.11
HSL115.56º77.14%51.96%-
HSV(B)115.56º83.26%89.02%-
XYZ29.2455.8111.06-
YUV153.1363.0255.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.40%
GREEN value IS 227 (89.06% from 255) = 71.61%
BLUE value IS 38 (15.23% from 255) = 11.99%
R=16.40%
G=71.61%
B=11.99%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal52227380.7700.830.11115.5677.1451.96
Hex34E3264D053B744d34
Octal643434611501231316411564
Binary11010011100011100110100110101010011101111101001001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,227,38); }

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

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

 a { background-color: rgb(52,227,38); }

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

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

 span { border-color: rgb(52,227,38); }

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