#34D433

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

Shades of Lime Green #34D433

Tints of Lime Green #34D433

Color information

#34D433 (or 0x34D433) is unknown color: approx Lime Green. HEX triplet: 34, D4 and 33. RGB value is (52,212,51). Sum of RGB (Red+Green+Blue) = 52+212+51=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 212 (83.20% from 255 or 67.30% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 212 - color contains mainly: green. Hex color #34D433 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D433 is #CB2BCC. Grayscale: #929292. Windows color (decimal): -13315021 or 3396660. OLE color: 3396660.

HSL color Cylindrical-coordinate representation of color #34D433: hue angle of 119.63º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D433 is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB5221251-
CMYK0.7500.760.17
HSL119.63º65.18%51.57%-
HSV(B)119.63º75.94%83.14%-
XYZ25.5648.0611.06-
YUV145.8174.4961.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.51%
GREEN value IS 212 (83.20% from 255) = 67.30%
BLUE value IS 51 (20.31% from 255) = 16.19%
R=16.51%
G=67.30%
B=16.19%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal52212510.7500.760.17119.6365.1851.57
Hex34D4334B04C11784134
Octal643246311301142117010164
Binary110100110101001100111001011010011001000111110001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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