#34D02E

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

Shades of Lime Green #34D02E

Tints of Lime Green #34D02E

Color information

#34D02E (or 0x34D02E) is unknown color: approx Lime Green. HEX triplet: 34, D0 and 2E. RGB value is (52,208,46). Sum of RGB (Red+Green+Blue) = 52+208+46=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 208 (81.64% from 255 or 67.97% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 208 - color contains mainly: green. Hex color #34D02E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D02E is #CB2FD1. Grayscale: #8F8F8F. Windows color (decimal): -13316050 or 3067956. OLE color: 3067956.

HSL color Cylindrical-coordinate representation of color #34D02E: hue angle of 117.78º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34D02E is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB5220846-
CMYK0.7500.780.18
HSL117.78º63.78%49.8%-
HSV(B)117.78º77.88%81.57%-
XYZ24.4746.0410.18-
YUV142.8973.3263.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.99%
GREEN value IS 208 (81.64% from 255) = 67.97%
BLUE value IS 46 (18.36% from 255) = 15.03%
R=16.99%
G=67.97%
B=15.03%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal52208460.7500.780.18117.7863.7849.8
Hex34D02E4B04E12764032
Octal643205611301162216610062
Binary110100110100001011101001011010011101001011101101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D02E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,208,46); }

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

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

 a { background-color: rgb(52,208,46); }

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

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

 span { border-color: rgb(52,208,46); }

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