Html Css Color HEX #34D555 Lime Green

📋 copy color: '#34D555'

red 52 ◦ green 213 ◦ blue 85

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

Shades of Lime Green #34D555

Tints of Lime Green #34D555

RGB

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

 GREEN value IS 213 (83.59% from 255) = 60.86%

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

R = 14.86%
G = 60.86%
B = 24.29%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#34D555 (or 0x34D555) is known color: Lime Green. HEX triplet: 34, D5 and 55. RGB value is (52,213,85). Sum of RGB (Red+Green+Blue) = 52+213+85=350 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.86% from 350); Green value is 213 (83.59% from 255 or 60.86% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 213 - color contains mainly: green. Hex color #34D555 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D555 is #CB2AAA. Grayscale: #969696. Windows color (decimal): -13314731 or 5625140. OLE color: 5625140.

HSL color Cylindrical-coordinate representation of color #34D555: hue angle of 132.3º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D555 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 52 213 85 -
CMYK 0.76 0 0.60 0.16
HSL 132.3º 0.66% 0.52% -
HSV(B) 132.3º 0.76% 0.84% -
XYZ 26.85 48.97 16.63 -
YUV 150.27 91.16 57.91 -
System Red Green Blue C M Y K H S L
Decimal 52 213 85 0.76 0 0.60 0.16 132.3 0.66 0.52
Hex 34 D5 55 4C 0 3C 10 84 42 34
Octal 64 325 125 114 0 74 20 204 102 64
Binary 110100 11010101 1010101 1001100 0 111100 10000 10000100 1000010 110100

Color Harmonies of #34D555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D555

Black with #34D555

Text Example


Text Example

White with #34D555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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