#34F730

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

Shades of Lime Green #34F730

Tints of Lime Green #34F730

Color information

#34F730 (or 0x34F730) is unknown color: approx Lime Green. HEX triplet: 34, F7 and 30. RGB value is (52,247,48). Sum of RGB (Red+Green+Blue) = 52+247+48=347 (45% of max value = 765). Red value is 52 (20.70% from 255 or 14.99% from 347); Green value is 247 (96.88% from 255 or 71.18% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 247 - color contains mainly: green. Hex color #34F730 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34F730 is #CB08CF. Grayscale: #A6A6A6. Windows color (decimal): -13306064 or 3209012. OLE color: 3209012.

HSL color Cylindrical-coordinate representation of color #34F730: hue angle of 118.79º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #34F730 is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB5224748-
CMYK0.7900.810.03
HSL118.79º92.56%57.84%-
HSV(B)118.79º80.57%96.86%-
XYZ35.2167.4613.96-
YUV166.0161.446.68-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.99%
GREEN value IS 247 (96.88% from 255) = 71.18%
BLUE value IS 48 (19.14% from 255) = 13.83%
R=14.99%
G=71.18%
B=13.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal52247480.7900.810.03118.7992.5657.84
Hex34F7304F0513775d3a
Octal64367601170121316713572
Binary110100111101111100001001111010100011111101111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34F730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,247,48); }

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

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

 a { background-color: rgb(52,247,48); }

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

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

 span { border-color: rgb(52,247,48); }

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