#34F43E

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

Shades of Lime Green #34F43E

Tints of Lime Green #34F43E

Color information

#34F43E (or 0x34F43E) is unknown color: approx Lime Green. HEX triplet: 34, F4 and 3E. RGB value is (52,244,62). Sum of RGB (Red+Green+Blue) = 52+244+62=358 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.53% from 358); Green value is 244 (95.70% from 255 or 68.16% from 358); Blue value is 62 (24.61% from 255 or 17.32% from 358); Max value from RGB is 244 - color contains mainly: green. Hex color #34F43E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F43E is #CB0BC1. Grayscale: #A6A6A6. Windows color (decimal): -13306818 or 4125748. OLE color: 4125748.

HSL color Cylindrical-coordinate representation of color #34F43E: hue angle of 123.12º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F43E is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB5224462-
CMYK0.7900.750.04
HSL123.12º89.72%58.04%-
HSV(B)123.12º78.69%95.69%-
XYZ34.6465.7815.43-
YUV165.8469.3946.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.53%
GREEN value IS 244 (95.70% from 255) = 68.16%
BLUE value IS 62 (24.61% from 255) = 17.32%
R=14.53%
G=68.16%
B=17.32%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal52244620.7900.750.04123.1289.7258.04
Hex34F43E4F04B47b5a3a
Octal64364761170113417313272
Binary1101001111010011111010011110100101110011110111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34F43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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