#34B738

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

Shades of Lime Green #34B738

Tints of Lime Green #34B738

Color information

#34B738 (or 0x34B738) is unknown color: approx Lime Green. HEX triplet: 34, B7 and 38. RGB value is (52,183,56). Sum of RGB (Red+Green+Blue) = 52+183+56=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 183 (71.88% from 255 or 62.89% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 183 - color contains mainly: green. Hex color #34B738 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B738 is #CB48C7. Grayscale: #818181. Windows color (decimal): -13322440 or 3716916. OLE color: 3716916.

HSL color Cylindrical-coordinate representation of color #34B738: hue angle of 121.83º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34B738 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB5218356-
CMYK0.7200.690.28
HSL121.83º55.74%46.08%-
HSV(B)121.83º71.58%71.76%-
XYZ19.0634.889.47-
YUV129.3586.672.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.87%
GREEN value IS 183 (71.88% from 255) = 62.89%
BLUE value IS 56 (22.27% from 255) = 19.24%
R=17.87%
G=62.89%
B=19.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal52183560.7200.690.28121.8355.7446.08
Hex34B738480451C7a382e
Octal64267701100105341727056
Binary11010010110111111000100100001000101111001111010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,183,56); }

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

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

 a { background-color: rgb(52,183,56); }

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

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

 span { border-color: rgb(52,183,56); }

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