#34F936

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

Shades of Lime Green #34F936

Tints of Lime Green #34F936

Color information

#34F936 (or 0x34F936) is unknown color: approx Lime Green. HEX triplet: 34, F9 and 36. RGB value is (52,249,54). Sum of RGB (Red+Green+Blue) = 52+249+54=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 249 (97.66% from 255 or 70.14% from 355); Blue value is 54 (21.48% from 255 or 15.21% from 355); Max value from RGB is 249 - color contains mainly: green. Hex color #34F936 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F936 is #CB06C9. Grayscale: #A8A8A8. Windows color (decimal): -13305546 or 3602740. OLE color: 3602740.

HSL color Cylindrical-coordinate representation of color #34F936: hue angle of 120.61º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F936 is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB5224954-
CMYK0.7900.780.02
HSL120.61º94.26%59.02%-
HSV(B)120.61º79.12%97.65%-
XYZ35.9668.7514.86-
YUV167.8763.7345.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.65%
GREEN value IS 249 (97.66% from 255) = 70.14%
BLUE value IS 54 (21.48% from 255) = 15.21%
R=14.65%
G=70.14%
B=15.21%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal52249540.7900.780.02120.6194.2659.02
Hex34F9364F04E2795e3b
Octal64371661170116217113673
Binary110100111110011101101001111010011101011110011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34F936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,249,54); }

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

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

 a { background-color: rgb(52,249,54); }

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

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

 span { border-color: rgb(52,249,54); }

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