#34C51A

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

Shades of Lime Green #34C51A

Tints of Lime Green #34C51A

Color information

#34C51A (or 0x34C51A) is unknown color: approx Lime Green. HEX triplet: 34, C5 and 1A. RGB value is (52,197,26). Sum of RGB (Red+Green+Blue) = 52+197+26=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 197 (77.34% from 255 or 71.64% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 197 - color contains mainly: green. Hex color #34C51A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C51A is #CB3AE5. Grayscale: #868686. Windows color (decimal): -13318886 or 1754420. OLE color: 1754420.

HSL color Cylindrical-coordinate representation of color #34C51A: hue angle of 110.88º 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 #34C51A is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB5219726-
CMYK0.7400.870.23
HSL110.88º76.68%43.73%-
HSV(B)110.88º86.8%77.25%-
XYZ21.5740.747.7-
YUV134.1566.9669.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.91%
GREEN value IS 197 (77.34% from 255) = 71.64%
BLUE value IS 26 (10.55% from 255) = 9.45%
R=18.91%
G=71.64%
B=9.45%

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
Decimal52197260.7400.870.23110.8876.6843.73
Hex34C51A4A057176f4d2c
Octal643053211201272715711554
Binary11010011000101110101001010010101111011111011111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C51A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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