#34C934

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

Shades of Lime Green #34C934

Tints of Lime Green #34C934

Color information

#34C934 (or 0x34C934) is unknown color: approx Lime Green. HEX triplet: 34, C9 and 34. RGB value is (52,201,52). Sum of RGB (Red+Green+Blue) = 52+201+52=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 201 (78.91% from 255 or 65.90% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 201 - color contains mainly: green. Hex color #34C934 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C934 is #CB36CB. Grayscale: #8B8B8B. Windows color (decimal): -13317836 or 3459380. OLE color: 3459380.

HSL color Cylindrical-coordinate representation of color #34C934: hue angle of 120º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34C934 is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB5220152-
CMYK0.7400.740.21
HSL120º58.89%49.61%-
HSV(B)120º74.13%78.82%-
XYZ22.9242.7510.29-
YUV139.4678.6465.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.05%
GREEN value IS 201 (78.91% from 255) = 65.90%
BLUE value IS 52 (20.70% from 255) = 17.05%
R=17.05%
G=65.90%
B=17.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal52201520.7400.740.2112058.8949.61
Hex34C9344A04A15783b32
Octal64311641120112251707362
Binary11010011001001110100100101001001010101011111000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,201,52); }

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

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

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

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

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

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

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