#34C519

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

Shades of Lime Green #34C519

Tints of Lime Green #34C519

Color information

#34C519 (or 0x34C519) is unknown color: approx Lime Green. HEX triplet: 34, C5 and 19. RGB value is (52,197,25). Sum of RGB (Red+Green+Blue) = 52+197+25=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 197 (77.34% from 255 or 71.90% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 197 - color contains mainly: green. Hex color #34C519 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #34C519 is #CB3AE6. Grayscale: #868686. Windows color (decimal): -13318887 or 1688884. OLE color: 1688884.

HSL color Cylindrical-coordinate representation of color #34C519: hue angle of 110.58º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #34C519 is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB5219725-
CMYK0.7400.870.23
HSL110.58º77.48%43.53%-
HSV(B)110.58º87.31%77.25%-
XYZ21.5640.737.65-
YUV134.0466.4669.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.98%
GREEN value IS 197 (77.34% from 255) = 71.90%
BLUE value IS 25 (10.16% from 255) = 9.12%
R=18.98%
G=71.90%
B=9.12%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal52197250.7400.870.23110.5877.4843.53
Hex34C5194A057176f4d2c
Octal643053111201272715711554
Binary11010011000101110011001010010101111011111011111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,197,25); }

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

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

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

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

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

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

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