#34B633

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

Shades of Lime Green #34B633

Tints of Lime Green #34B633

Color information

#34B633 (or 0x34B633) is unknown color: approx Lime Green. HEX triplet: 34, B6 and 33. RGB value is (52,182,51). Sum of RGB (Red+Green+Blue) = 52+182+51=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 182 (71.48% from 255 or 63.86% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 182 - color contains mainly: green. Hex color #34B633 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B633 is #CB49CC. Grayscale: #808080. Windows color (decimal): -13322701 or 3388980. OLE color: 3388980.

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

Color convert

RGB5218251-
CMYK0.7100.720.29
HSL119.54º56.22%45.69%-
HSV(B)119.54º71.98%71.37%-
XYZ18.7434.428.79-
YUV128.284.4373.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.25%
GREEN value IS 182 (71.48% from 255) = 63.86%
BLUE value IS 51 (20.31% from 255) = 17.89%
R=18.25%
G=63.86%
B=17.89%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal52182510.7100.720.29119.5456.2245.69
Hex34B633470481D78382e
Octal64266631070110351707056
Binary11010010110110110011100011101001000111011111000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,182,51); }

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

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

 a { background-color: rgb(52,182,51); }

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

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

 span { border-color: rgb(52,182,51); }

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