#34DF30

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

Shades of Lime Green #34DF30

Tints of Lime Green #34DF30

Color information

#34DF30 (or 0x34DF30) is unknown color: approx Lime Green. HEX triplet: 34, DF and 30. RGB value is (52,223,48). Sum of RGB (Red+Green+Blue) = 52+223+48=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 223 (87.5% from 255 or 69.04% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 223 - color contains mainly: green. Hex color #34DF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34DF30 is #CB20CF. Grayscale: #989898. Windows color (decimal): -13312208 or 3202868. OLE color: 3202868.

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

Color convert

RGB5222348-
CMYK0.7700.780.13
HSL118.63º73.22%53.14%-
HSV(B)118.63º78.48%87.45%-
XYZ28.3453.7211.67-
YUV151.9269.3556.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.10%
GREEN value IS 223 (87.5% from 255) = 69.04%
BLUE value IS 48 (19.14% from 255) = 14.86%
R=16.10%
G=69.04%
B=14.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal52223480.7700.780.13118.6373.2253.14
Hex34DF304D04ED774935
Octal643376011501161516711165
Binary11010011011111110000100110101001110110111101111001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,223,48); }

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

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

 a { background-color: rgb(52,223,48); }

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

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

 span { border-color: rgb(52,223,48); }

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