#34DE1E

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

Shades of Lime Green #34DE1E

Tints of Lime Green #34DE1E

Color information

#34DE1E (or 0x34DE1E) is unknown color: approx Lime Green. HEX triplet: 34, DE and 1E. RGB value is (52,222,30). Sum of RGB (Red+Green+Blue) = 52+222+30=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 222 (87.11% from 255 or 73.03% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 222 - color contains mainly: green. Hex color #34DE1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34DE1E is #CB21E1. Grayscale: #959595. Windows color (decimal): -13312482 or 2022964. OLE color: 2022964.

HSL color Cylindrical-coordinate representation of color #34DE1E: hue angle of 113.12º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #34DE1E is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB5222230-
CMYK0.7700.860.13
HSL113.12º76.19%49.41%-
HSV(B)113.12º86.49%87.06%-
XYZ27.7753.0710.01-
YUV149.2860.6858.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.11%
GREEN value IS 222 (87.11% from 255) = 73.03%
BLUE value IS 30 (12.11% from 255) = 9.87%
R=17.11%
G=73.03%
B=9.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal52222300.7700.860.13113.1276.1949.41
Hex34DE1E4D056D714c31
Octal643363611501261516111461
Binary1101001101111011110100110101010110110111100011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,222,30); }

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

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

 a { background-color: rgb(52,222,30); }

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

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

 span { border-color: rgb(52,222,30); }

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