#34f73e

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

Shades of Lime Green #34F73E

Tints of Lime Green #34F73E

Color information

#34F73E (or 0x34F73E) is unknown color: approx Lime Green. HEX triplet: 34, F7 and 3E. RGB value is (52,247,62). Sum of RGB (Red+Green+Blue) = 52+247+62=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 247 (96.88% from 255 or 68.42% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 247 - color contains mainly: green. Hex color #34F73E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F73E is #CB08C1. Grayscale: #A8A8A8. Windows color (decimal): -13306050 or 4126516. OLE color: 4126516.

HSL color Cylindrical-coordinate representation of color #34F73E: hue angle of 123.08º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F73E is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB5224762-
CMYK0.7900.750.03
HSL123.08º92.42%58.63%-
HSV(B)123.08º78.95%96.86%-
XYZ35.5567.615.73-
YUV167.668.445.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.40%
GREEN value IS 247 (96.88% from 255) = 68.42%
BLUE value IS 62 (24.61% from 255) = 17.17%
R=14.40%
G=68.42%
B=17.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal52247620.7900.750.03123.0892.4258.63
Hex34F73E4F04B37b5c3b
Octal64367761170113317313473
Binary110100111101111111101001111010010111111110111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34f73e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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