#34E34B

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

Shades of Lime Green #34E34B

Tints of Lime Green #34E34B

Color information

#34E34B (or 0x34E34B) is unknown color: approx Lime Green. HEX triplet: 34, E3 and 4B. RGB value is (52,227,75). Sum of RGB (Red+Green+Blue) = 52+227+75=354 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.69% from 354); Green value is 227 (89.06% from 255 or 64.12% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 227 - color contains mainly: green. Hex color #34E34B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34E34B is #CB1CB4. Grayscale: #9D9D9D. Windows color (decimal): -13311157 or 4973364. OLE color: 4973364.

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

Color convert

RGB5222775-
CMYK0.7700.670.11
HSL127.89º75.76%54.71%-
HSV(B)127.89º77.09%89.02%-
XYZ30.1656.1815.91-
YUV157.3581.5252.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.69%
GREEN value IS 227 (89.06% from 255) = 64.12%
BLUE value IS 75 (29.69% from 255) = 21.19%
R=14.69%
G=64.12%
B=21.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal52227750.7700.670.11127.8975.7654.71
Hex34E34B4D043B804c37
Octal6434311311501031320011467
Binary1101001110001110010111001101010000111011100000001001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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