#34F842

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

Shades of Lime Green #34F842

Tints of Lime Green #34F842

Color information

#34F842 (or 0x34F842) is unknown color: approx Lime Green. HEX triplet: 34, F8 and 42. RGB value is (52,248,66). Sum of RGB (Red+Green+Blue) = 52+248+66=366 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.21% from 366); Green value is 248 (97.27% from 255 or 67.76% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 248 - color contains mainly: green. Hex color #34F842 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F842 is #CB07BD. Grayscale: #A9A9A9. Windows color (decimal): -13305790 or 4388916. OLE color: 4388916.

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

Color convert

RGB5224866-
CMYK0.7900.730.03
HSL124.29º93.33%58.82%-
HSV(B)124.29º79.03%97.25%-
XYZ35.9768.2616.43-
YUV168.6570.0744.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.21%
GREEN value IS 248 (97.27% from 255) = 67.76%
BLUE value IS 66 (26.17% from 255) = 18.03%
R=14.21%
G=67.76%
B=18.03%

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
Decimal52248660.7900.730.03124.2993.3358.82
Hex34F8424F04937c5d3b
Octal643701021170111317413573
Binary1101001111100010000101001111010010011111111001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34F842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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