Html Css Color HEX #34E151 Lime Green

📋 copy color: '#34E151'

red 52 ◦ green 225 ◦ blue 81

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

Shades of Lime Green #34E151

Tints of Lime Green #34E151

RGB

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

 GREEN value IS 225 (88.28% from 255) = 62.85%

 BLUE value IS 81 (32.03% from 255) = 22.63%

R = 14.53%
G = 62.85%
B = 22.63%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#34E151 (or 0x34E151) is known color: Lime Green. HEX triplet: 34, E1 and 51. RGB value is (52,225,81). Sum of RGB (Red+Green+Blue) = 52+225+81=358 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.53% from 358); Green value is 225 (88.28% from 255 or 62.85% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 225 - color contains mainly: green. Hex color #34E151 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34E151 is #CB1EAE. Grayscale: #9D9D9D. Windows color (decimal): -13311663 or 5366068. OLE color: 5366068.

HSL color Cylindrical-coordinate representation of color #34E151: hue angle of 130.06º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E151 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 52 225 81 -
CMYK 0.77 0 0.64 0.12
HSL 130.06º 0.74% 0.54% -
HSV(B) 130.06º 0.77% 0.88% -
XYZ 29.83 55.17 16.86 -
YUV 156.86 85.19 53.21 -
System Red Green Blue C M Y K H S L
Decimal 52 225 81 0.77 0 0.64 0.12 130.06 0.74 0.54
Hex 34 E1 51 4D 0 40 C 82 4A 36
Octal 64 341 121 115 0 100 14 202 112 66
Binary 110100 11100001 1010001 1001101 0 1000000 1100 10000010 1001010 110110

Color Harmonies of #34E151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E151

Black with #34E151

Text Example


Text Example

White with #34E151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,225,81); }

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

background-color css

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

 a { background-color: rgb(52,225,81); }

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

border-color css

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

 span { border-color: rgb(52,225,81); }

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