Html Css Color HEX #34D152 Lime Green

📋 copy color: '#34D152'

red 52 ◦ green 209 ◦ blue 82

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

Shades of Lime Green #34D152

Tints of Lime Green #34D152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.91%

R = 15.16%
G = 60.93%
B = 23.91%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#34D152 (or 0x34D152) is known color: Lime Green. HEX triplet: 34, D1 and 52. RGB value is (52,209,82). Sum of RGB (Red+Green+Blue) = 52+209+82=343 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.16% from 343); Green value is 209 (82.03% from 255 or 60.93% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 209 - color contains mainly: green. Hex color #34D152 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D152 is #CB2EAD. Grayscale: #939393. Windows color (decimal): -13315758 or 5427508. OLE color: 5427508.

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

Color convert

RGB 52 209 82 -
CMYK 0.75 0 0.61 0.18
HSL 131.47º 0.63% 0.51% -
HSV(B) 131.47º 0.75% 0.82% -
XYZ 25.74 46.94 15.69 -
YUV 147.58 90.99 59.83 -
System Red Green Blue C M Y K H S L
Decimal 52 209 82 0.75 0 0.61 0.18 131.47 0.63 0.51
Hex 34 D1 52 4B 0 3D 12 83 3F 33
Octal 64 321 122 113 0 75 22 203 77 63
Binary 110100 11010001 1010010 1001011 0 111101 10010 10000011 111111 110011

Color Harmonies of #34D152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D152

Black with #34D152

Text Example


Text Example

White with #34D152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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