#34B435

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

Shades of Lime Green #34B435

Tints of Lime Green #34B435

Color information

#34B435 (or 0x34B435) is unknown color: approx Lime Green. HEX triplet: 34, B4 and 35. RGB value is (52,180,53). Sum of RGB (Red+Green+Blue) = 52+180+53=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 180 (70.70% from 255 or 63.16% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 180 - color contains mainly: green. Hex color #34B435 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B435 is #CB4BCA. Grayscale: #7F7F7F. Windows color (decimal): -13323211 or 3519540. OLE color: 3519540.

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

Color convert

RGB5218053-
CMYK0.7100.710.29
HSL120.47º55.17%45.49%-
HSV(B)120.47º71.11%70.59%-
XYZ18.3833.638.89-
YUV127.2586.0974.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.25%
GREEN value IS 180 (70.70% from 255) = 63.16%
BLUE value IS 53 (21.09% from 255) = 18.60%
R=18.25%
G=63.16%
B=18.60%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal52180530.7100.710.29120.4755.1745.49
Hex34B435470471D78372d
Octal64264651070107351706755
Binary11010010110100110101100011101000111111011111000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,180,53); }

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

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

 a { background-color: rgb(52,180,53); }

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

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

 span { border-color: rgb(52,180,53); }

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