#34F841

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

Shades of Lime Green #34F841

Tints of Lime Green #34F841

Color information

#34F841 (or 0x34F841) is unknown color: approx Lime Green. HEX triplet: 34, F8 and 41. RGB value is (52,248,65). Sum of RGB (Red+Green+Blue) = 52+248+65=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 248 (97.27% from 255 or 67.95% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 248 - color contains mainly: green. Hex color #34F841 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F841 is #CB07BE. Grayscale: #A9A9A9. Windows color (decimal): -13305791 or 4323380. OLE color: 4323380.

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

Color convert

RGB5224865-
CMYK0.7900.740.03
HSL123.98º93.33%58.82%-
HSV(B)123.98º79.03%97.25%-
XYZ35.9468.2516.28-
YUV168.5369.5744.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.25%
GREEN value IS 248 (97.27% from 255) = 67.95%
BLUE value IS 65 (25.78% from 255) = 17.81%
R=14.25%
G=67.95%
B=17.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal52248650.7900.740.03123.9893.3358.82
Hex34F8414F04A37c5d3b
Octal643701011170112317413573
Binary1101001111100010000011001111010010101111111001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34F841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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