Html Css Color HEX #34D122 Lime Green

📋 copy color: '#34D122'

red 52 ◦ green 209 ◦ blue 34

#34D122
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #34D122

Tints of Lime Green #34D122

RGB

 RED value IS 52 (20.7% from 255) = 17.63%

 GREEN value IS 209 (82.03% from 255) = 70.85%

 BLUE value IS 34 (13.67% from 255) = 11.53%

R = 17.63%
G = 70.85%
B = 11.53%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#34D122 (or 0x34D122) is known color: Lime Green. HEX triplet: 34, D1 and 22. RGB value is (52,209,34). Sum of RGB (Red+Green+Blue) = 52+209+34=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 209 (82.03% from 255 or 70.85% from 295); Blue value is 34 (13.67% from 255 or 11.53% from 295); Max value from RGB is 209 - color contains mainly: green. Hex color #34D122 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D122 is #CB2EDD. Grayscale: #8E8E8E. Windows color (decimal): -13315806 or 2281780. OLE color: 2281780.

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

Color convert

RGB 52 209 34 -
CMYK 0.75 0 0.84 0.18
HSL 113.83º 0.72% 0.48% -
HSV(B) 113.83º 0.84% 0.82% -
XYZ 24.51 46.45 9.19 -
YUV 142.11 66.99 63.73 -
System Red Green Blue C M Y K H S L
Decimal 52 209 34 0.75 0 0.84 0.18 113.83 0.72 0.48
Hex 34 D1 22 4B 0 54 12 72 48 30
Octal 64 321 42 113 0 124 22 162 110 60
Binary 110100 11010001 100010 1001011 0 1010100 10010 1110010 1001000 110000

Color Harmonies of #34D122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D122

Black with #34D122

Text Example


Text Example

White with #34D122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,209,34); }

 H1.HeaderClassName
 {
   color: #34D122;
 }
 .AnyTagClassName
 {
   color: #34D122;
 }
</style>

background-color css

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

 a { background-color: rgb(52,209,34); }

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

border-color css

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

 span { border-color: rgb(52,209,34); }

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