Html Css Color HEX #34EC51 Lime Green

📋 copy color: '#34EC51'

red 52 ◦ green 236 ◦ blue 81

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

Shades of Lime Green #34EC51

Tints of Lime Green #34EC51

RGB

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

 GREEN value IS 236 (92.58% from 255) = 63.96%

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

R = 14.09%
G = 63.96%
B = 21.95%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#34EC51 (or 0x34EC51) is known color: Lime Green. HEX triplet: 34, EC and 51. RGB value is (52,236,81). Sum of RGB (Red+Green+Blue) = 52+236+81=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 236 (92.58% from 255 or 63.96% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 236 - color contains mainly: green. Hex color #34EC51 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34EC51 is #CB13AE. Grayscale: #A3A3A3. Windows color (decimal): -13308847 or 5368884. OLE color: 5368884.

HSL color Cylindrical-coordinate representation of color #34EC51: hue angle of 129.46º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EC51 is Cyan = 0.78, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 236 81 -
CMYK 0.78 0 0.66 0.07
HSL 129.46º 0.83% 0.56% -
HSV(B) 129.46º 0.78% 0.93% -
XYZ 32.9 61.32 17.89 -
YUV 163.31 81.54 48.6 -
System Red Green Blue C M Y K H S L
Decimal 52 236 81 0.78 0 0.66 0.07 129.46 0.83 0.56
Hex 34 EC 51 4E 0 42 7 81 53 38
Octal 64 354 121 116 0 102 7 201 123 70
Binary 110100 11101100 1010001 1001110 0 1000010 111 10000001 1010011 111000

Color Harmonies of #34EC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34EC51

Black with #34EC51

Text Example


Text Example

White with #34EC51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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