#34C04E

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

Shades of Lime Green #34C04E

Tints of Lime Green #34C04E

Color information

#34C04E (or 0x34C04E) is unknown color: approx Lime Green. HEX triplet: 34, C0 and 4E. RGB value is (52,192,78). Sum of RGB (Red+Green+Blue) = 52+192+78=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 192 (75.39% from 255 or 59.63% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 192 - color contains mainly: green. Hex color #34C04E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34C04E is #CB3FB1. Grayscale: #898989. Windows color (decimal): -13320114 or 5161012. OLE color: 5161012.

HSL color Cylindrical-coordinate representation of color #34C04E: hue angle of 131.14º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C04E is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB5219278-
CMYK0.7300.590.25
HSL131.14º57.38%47.84%-
HSV(B)131.14º72.92%75.29%-
XYZ21.6438.9813.59-
YUV137.1494.6267.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.15%
GREEN value IS 192 (75.39% from 255) = 59.63%
BLUE value IS 78 (30.86% from 255) = 24.22%
R=16.15%
G=59.63%
B=24.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal52192780.7300.590.25131.1457.3847.84
Hex34C04E4903B19833930
Octal64300116111073312037160
Binary110100110000001001110100100101110111100110000011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,192,78); }

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

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

 a { background-color: rgb(52,192,78); }

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

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

 span { border-color: rgb(52,192,78); }

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