#34D231

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

Shades of Lime Green #34D231

Tints of Lime Green #34D231

Color information

#34D231 (or 0x34D231) is unknown color: approx Lime Green. HEX triplet: 34, D2 and 31. RGB value is (52,210,49). Sum of RGB (Red+Green+Blue) = 52+210+49=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 210 (82.42% from 255 or 67.52% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 210 - color contains mainly: green. Hex color #34D231 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D231 is #CB2DCE. Grayscale: #909090. Windows color (decimal): -13315535 or 3265076. OLE color: 3265076.

HSL color Cylindrical-coordinate representation of color #34D231: hue angle of 118.88º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34D231 is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB5221049-
CMYK0.7500.770.18
HSL118.88º64.14%50.78%-
HSV(B)118.88º76.67%82.35%-
XYZ25.0247.0510.67-
YUV144.474.1562.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.72%
GREEN value IS 210 (82.42% from 255) = 67.52%
BLUE value IS 49 (19.53% from 255) = 15.76%
R=16.72%
G=67.52%
B=15.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal52210490.7500.770.18118.8864.1450.78
Hex34D2314B04D12774033
Octal643226111301152216710063
Binary110100110100101100011001011010011011001011101111000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,210,49); }

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

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

 a { background-color: rgb(52,210,49); }

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

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

 span { border-color: rgb(52,210,49); }

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