#34DA33

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

Shades of Lime Green #34DA33

Tints of Lime Green #34DA33

Color information

#34DA33 (or 0x34DA33) is unknown color: approx Lime Green. HEX triplet: 34, DA and 33. RGB value is (52,218,51). Sum of RGB (Red+Green+Blue) = 52+218+51=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 218 (85.55% from 255 or 67.91% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 218 - color contains mainly: green. Hex color #34DA33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34DA33 is #CB25CC. Grayscale: #959595. Windows color (decimal): -13313485 or 3398196. OLE color: 3398196.

HSL color Cylindrical-coordinate representation of color #34DA33: hue angle of 119.64º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34DA33 is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB5221851-
CMYK0.7600.770.15
HSL119.64º69.29%52.75%-
HSV(B)119.64º76.61%85.49%-
XYZ27.0951.1111.57-
YUV149.3372.558.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.20%
GREEN value IS 218 (85.55% from 255) = 67.91%
BLUE value IS 51 (20.31% from 255) = 15.89%
R=16.20%
G=67.91%
B=15.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal52218510.7600.770.15119.6469.2952.75
Hex34DA334C04DF784535
Octal643326311401151717010565
Binary11010011011010110011100110001001101111111110001000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,218,51); }

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

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

 a { background-color: rgb(52,218,51); }

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

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

 span { border-color: rgb(52,218,51); }

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