#34C64B

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

Shades of Lime Green #34C64B

Tints of Lime Green #34C64B

Color information

#34C64B (or 0x34C64B) is unknown color: approx Lime Green. HEX triplet: 34, C6 and 4B. RGB value is (52,198,75). Sum of RGB (Red+Green+Blue) = 52+198+75=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 198 (77.73% from 255 or 60.92% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 198 - color contains mainly: green. Hex color #34C64B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C64B is #CB39B4. Grayscale: #8C8C8C. Windows color (decimal): -13318581 or 4965940. OLE color: 4965940.

HSL color Cylindrical-coordinate representation of color #34C64B: hue angle of 129.45º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34C64B is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB5219875-
CMYK0.7400.620.22
HSL129.45º58.4%49.02%-
HSV(B)129.45º73.74%77.65%-
XYZ22.8841.6313.49-
YUV140.3291.1365-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16%
GREEN value IS 198 (77.73% from 255) = 60.92%
BLUE value IS 75 (29.69% from 255) = 23.08%
R=16%
G=60.92%
B=23.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal52198750.7400.620.22129.4558.449.02
Hex34C64B4A03E16813a31
Octal64306113112076262017261
Binary110100110001101001011100101001111101011010000001111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,198,75); }

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

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

 a { background-color: rgb(52,198,75); }

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

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

 span { border-color: rgb(52,198,75); }

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