#34D421

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

Shades of Lime Green #34D421

Tints of Lime Green #34D421

Color information

#34D421 (or 0x34D421) is unknown color: approx Lime Green. HEX triplet: 34, D4 and 21. RGB value is (52,212,33). Sum of RGB (Red+Green+Blue) = 52+212+33=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 212 (83.20% from 255 or 71.38% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 212 - color contains mainly: green. Hex color #34D421 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D421 is #CB2BDE. Grayscale: #909090. Windows color (decimal): -13315039 or 2217012. OLE color: 2217012.

HSL color Cylindrical-coordinate representation of color #34D421: hue angle of 113.63º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #34D421 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB5221233-
CMYK0.7500.840.17
HSL113.63º73.06%48.04%-
HSV(B)113.63º84.43%83.14%-
XYZ25.2347.939.36-
YUV143.7565.4962.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.51%
GREEN value IS 212 (83.20% from 255) = 71.38%
BLUE value IS 33 (13.28% from 255) = 11.11%
R=17.51%
G=71.38%
B=11.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal52212330.7500.840.17113.6373.0648.04
Hex34D4214B05411724930
Octal643244111301242116211160
Binary110100110101001000011001011010101001000111100101001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,212,33); }

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

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

 a { background-color: rgb(52,212,33); }

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

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

 span { border-color: rgb(52,212,33); }

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