#34B833

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

Shades of Lime Green #34B833

Tints of Lime Green #34B833

Color information

#34B833 (or 0x34B833) is unknown color: approx Lime Green. HEX triplet: 34, B8 and 33. RGB value is (52,184,51). Sum of RGB (Red+Green+Blue) = 52+184+51=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 184 (72.27% from 255 or 64.11% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 184 - color contains mainly: green. Hex color #34B833 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B833 is #CB47CC. Grayscale: #818181. Windows color (decimal): -13322189 or 3389492. OLE color: 3389492.

HSL color Cylindrical-coordinate representation of color #34B833: hue angle of 119.55º degrees, saturation: 0.57, 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 #34B833 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB5218451-
CMYK0.7200.720.28
HSL119.55º56.6%46.08%-
HSV(B)119.55º72.28%72.16%-
XYZ19.1535.258.93-
YUV129.3783.7772.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.12%
GREEN value IS 184 (72.27% from 255) = 64.11%
BLUE value IS 51 (20.31% from 255) = 17.77%
R=18.12%
G=64.11%
B=17.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal52184510.7200.720.28119.5556.646.08
Hex34B833480481C78392e
Octal64270631100110341707156
Binary11010010111000110011100100001001000111001111000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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