#34C339

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

Shades of Lime Green #34C339

Tints of Lime Green #34C339

Color information

#34C339 (or 0x34C339) is unknown color: approx Lime Green. HEX triplet: 34, C3 and 39. RGB value is (52,195,57). Sum of RGB (Red+Green+Blue) = 52+195+57=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 195 (76.56% from 255 or 64.14% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 195 - color contains mainly: green. Hex color #34C339 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C339 is #CB3CC6. Grayscale: #888888. Windows color (decimal): -13319367 or 3785524. OLE color: 3785524.

HSL color Cylindrical-coordinate representation of color #34C339: hue angle of 122.1º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C339 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB5219557-
CMYK0.7300.710.24
HSL122.1º57.89%48.43%-
HSV(B)122.1º73.33%76.47%-
XYZ21.6740.0610.46-
YUV136.5183.1267.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.11%
GREEN value IS 195 (76.56% from 255) = 64.14%
BLUE value IS 57 (22.66% from 255) = 18.75%
R=17.11%
G=64.14%
B=18.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal52195570.7300.710.24122.157.8948.43
Hex34C33949047187a3a30
Octal64303711110107301727260
Binary11010011000011111001100100101000111110001111010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,195,57); }

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

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

 a { background-color: rgb(52,195,57); }

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

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

 span { border-color: rgb(52,195,57); }

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