Html Css Color HEX #34D955 Lime Green

📋 copy color: '#34D955'

red 52 ◦ green 217 ◦ blue 85

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

Shades of Lime Green #34D955

Tints of Lime Green #34D955

RGB

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

 GREEN value IS 217 (85.16% from 255) = 61.3%

 BLUE value IS 85 (33.59% from 255) = 24.01%

R = 14.69%
G = 61.3%
B = 24.01%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#34D955 (or 0x34D955) is known color: Lime Green. HEX triplet: 34, D9 and 55. RGB value is (52,217,85). Sum of RGB (Red+Green+Blue) = 52+217+85=354 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.69% from 354); Green value is 217 (85.16% from 255 or 61.30% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 217 - color contains mainly: green. Hex color #34D955 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D955 is #CB26AA. Grayscale: #989898. Windows color (decimal): -13313707 or 5626164. OLE color: 5626164.

HSL color Cylindrical-coordinate representation of color #34D955: hue angle of 132º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D955 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 217 85 -
CMYK 0.76 0 0.61 0.15
HSL 132º 0.68% 0.53% -
HSV(B) 132º 0.76% 0.85% -
XYZ 27.87 51.01 16.97 -
YUV 152.62 89.84 56.23 -
System Red Green Blue C M Y K H S L
Decimal 52 217 85 0.76 0 0.61 0.15 132 0.68 0.53
Hex 34 D9 55 4C 0 3D F 84 44 35
Octal 64 331 125 114 0 75 17 204 104 65
Binary 110100 11011001 1010101 1001100 0 111101 1111 10000100 1000100 110101

Color Harmonies of #34D955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D955

Black with #34D955

Text Example


Text Example

White with #34D955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,217,85); }

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

background-color css

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

 a { background-color: rgb(52,217,85); }

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

border-color css

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

 span { border-color: rgb(52,217,85); }

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