#34D93C

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

Shades of Lime Green #34D93C

Tints of Lime Green #34D93C

Color information

#34D93C (or 0x34D93C) is unknown color: approx Lime Green. HEX triplet: 34, D9 and 3C. RGB value is (52,217,60). Sum of RGB (Red+Green+Blue) = 52+217+60=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 217 (85.16% from 255 or 65.96% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 217 - color contains mainly: green. Hex color #34D93C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D93C is #CB26C3. Grayscale: #969696. Windows color (decimal): -13313732 or 3987764. OLE color: 3987764.

HSL color Cylindrical-coordinate representation of color #34D93C: hue angle of 122.91º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D93C is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB5221760-
CMYK0.7600.720.15
HSL122.91º68.46%52.75%-
HSV(B)122.91º76.04%85.1%-
XYZ27.0450.6812.63-
YUV149.7777.3458.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.81%
GREEN value IS 217 (85.16% from 255) = 65.96%
BLUE value IS 60 (23.83% from 255) = 18.24%
R=15.81%
G=65.96%
B=18.24%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal52217600.7600.720.15122.9168.4652.75
Hex34D93C4C048F7b4435
Octal643317411401101717310465
Binary11010011011001111100100110001001000111111110111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D93C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,217,60); }

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

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

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

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

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

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

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