#34C124

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

Shades of Lime Green #34C124

Tints of Lime Green #34C124

Color information

#34C124 (or 0x34C124) is unknown color: approx Lime Green. HEX triplet: 34, C1 and 24. RGB value is (52,193,36). Sum of RGB (Red+Green+Blue) = 52+193+36=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 193 (75.78% from 255 or 68.68% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 193 - color contains mainly: green. Hex color #34C124 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C124 is #CB3EDB. Grayscale: #858585. Windows color (decimal): -13319900 or 2408756. OLE color: 2408756.

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

Color convert

RGB5219336-
CMYK0.7300.810.24
HSL113.89º68.56%44.9%-
HSV(B)113.89º81.35%75.69%-
XYZ20.8398.1-
YUV132.9473.2970.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.51%
GREEN value IS 193 (75.78% from 255) = 68.68%
BLUE value IS 36 (14.45% from 255) = 12.81%
R=18.51%
G=68.68%
B=12.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal52193360.7300.810.24113.8968.5644.9
Hex34C124490511872452d
Octal643014411101213016210555
Binary110100110000011001001001001010100011100011100101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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