#34C130

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

Shades of Lime Green #34C130

Tints of Lime Green #34C130

Color information

#34C130 (or 0x34C130) is unknown color: approx Lime Green. HEX triplet: 34, C1 and 30. RGB value is (52,193,48). Sum of RGB (Red+Green+Blue) = 52+193+48=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 193 (75.78% from 255 or 65.87% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 193 - color contains mainly: green. Hex color #34C130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C130 is #CB3ECF. Grayscale: #868686. Windows color (decimal): -13319888 or 3195188. OLE color: 3195188.

HSL color Cylindrical-coordinate representation of color #34C130: hue angle of 118.34º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34C130 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB5219348-
CMYK0.7300.750.24
HSL118.34º60.17%47.25%-
HSV(B)118.34º75.13%75.69%-
XYZ21.0239.089.23-
YUV134.3179.2969.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.75%
GREEN value IS 193 (75.78% from 255) = 65.87%
BLUE value IS 48 (19.14% from 255) = 16.38%
R=17.75%
G=65.87%
B=16.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal52193480.7300.750.24118.3460.1747.25
Hex34C1304904B18763c2f
Octal64301601110113301667457
Binary11010011000001110000100100101001011110001110110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,193,48); }

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

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

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

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

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

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

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