#34F843

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

Shades of Lime Green #34F843

Tints of Lime Green #34F843

Color information

#34F843 (or 0x34F843) is unknown color: approx Lime Green. HEX triplet: 34, F8 and 43. RGB value is (52,248,67). Sum of RGB (Red+Green+Blue) = 52+248+67=367 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.17% from 367); Green value is 248 (97.27% from 255 or 67.57% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 248 - color contains mainly: green. Hex color #34F843 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F843 is #CB07BC. Grayscale: #A9A9A9. Windows color (decimal): -13305789 or 4454452. OLE color: 4454452.

HSL color Cylindrical-coordinate representation of color #34F843: hue angle of 124.59º degrees, saturation: 0.93, 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 #34F843 is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB5224867-
CMYK0.7900.730.03
HSL124.59º93.33%58.82%-
HSV(B)124.59º79.03%97.25%-
XYZ3668.2716.59-
YUV168.7670.5744.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.17%
GREEN value IS 248 (97.27% from 255) = 67.57%
BLUE value IS 67 (26.56% from 255) = 18.26%
R=14.17%
G=67.57%
B=18.26%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal52248670.7900.730.03124.5993.3358.82
Hex34F8434F04937d5d3b
Octal643701031170111317513573
Binary1101001111100010000111001111010010011111111011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34F843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,248,67); }

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

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

 a { background-color: rgb(52,248,67); }

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

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

 span { border-color: rgb(52,248,67); }

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