#34dd2b

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

Shades of Lime Green #34DD2B

Tints of Lime Green #34DD2B

Color information

#34DD2B (or 0x34DD2B) is unknown color: approx Lime Green. HEX triplet: 34, DD and 2B. RGB value is (52,221,43). Sum of RGB (Red+Green+Blue) = 52+221+43=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 221 (86.72% from 255 or 69.94% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 221 - color contains mainly: green. Hex color #34DD2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34DD2B is #CB22D4. Grayscale: #969696. Windows color (decimal): -13312725 or 2874676. OLE color: 2874676.

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

Color convert

RGB5222143-
CMYK0.7600.810.13
HSL116.97º72.36%51.76%-
HSV(B)116.97º80.54%86.67%-
XYZ27.7152.6210.98-
YUV150.1867.5157.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.46%
GREEN value IS 221 (86.72% from 255) = 69.94%
BLUE value IS 43 (17.19% from 255) = 13.61%
R=16.46%
G=69.94%
B=13.61%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal52221430.7600.810.13116.9772.3651.76
Hex34DD2B4C051D754834
Octal643355311401211516511064
Binary11010011011101101011100110001010001110111101011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34dd2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,221,43); }

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

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

 a { background-color: rgb(52,221,43); }

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

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

 span { border-color: rgb(52,221,43); }

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