#34DC36

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

Shades of Lime Green #34DC36

Tints of Lime Green #34DC36

Color information

#34DC36 (or 0x34DC36) is unknown color: approx Lime Green. HEX triplet: 34, DC and 36. RGB value is (52,220,54). Sum of RGB (Red+Green+Blue) = 52+220+54=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 220 (86.33% from 255 or 67.48% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 220 - color contains mainly: green. Hex color #34DC36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34DC36 is #CB23C9. Grayscale: #979797. Windows color (decimal): -13312970 or 3595316. OLE color: 3595316.

HSL color Cylindrical-coordinate representation of color #34DC36: hue angle of 120.71º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DC36 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB5222054-
CMYK0.7600.750.14
HSL120.71º70.59%53.33%-
HSV(B)120.71º76.36%86.27%-
XYZ27.6852.1812.1-
YUV150.8473.3457.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.95%
GREEN value IS 220 (86.33% from 255) = 67.48%
BLUE value IS 54 (21.48% from 255) = 16.56%
R=15.95%
G=67.48%
B=16.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal52220540.7600.750.14120.7170.5953.33
Hex34DC364C04BE794735
Octal643346611401131617110765
Binary11010011011100110110100110001001011111011110011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DC36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,220,54); }

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

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

 a { background-color: rgb(52,220,54); }

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

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

 span { border-color: rgb(52,220,54); }

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