Html Css Color HEX #34EC32 Lime Green

📋 copy color: '#34EC32'

red 52 ◦ green 236 ◦ blue 50

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

Shades of Lime Green #34EC32

Tints of Lime Green #34EC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.79%

R = 15.38%
G = 69.82%
B = 14.79%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#34EC32 (or 0x34EC32) is known color: Lime Green. HEX triplet: 34, EC and 32. RGB value is (52,236,50). Sum of RGB (Red+Green+Blue) = 52+236+50=338 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.38% from 338); Green value is 236 (92.58% from 255 or 69.82% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 236 - color contains mainly: green. Hex color #34EC32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34EC32 is #CB13CD. Grayscale: #A0A0A0. Windows color (decimal): -13308878 or 3337268. OLE color: 3337268.

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

Color convert

RGB 52 236 50 -
CMYK 0.78 0 0.79 0.07
HSL 119.35º 0.83% 0.56% -
HSV(B) 119.35º 0.79% 0.93% -
XYZ 31.99 60.95 13.1 -
YUV 159.78 66.04 51.12 -
System Red Green Blue C M Y K H S L
Decimal 52 236 50 0.78 0 0.79 0.07 119.35 0.83 0.56
Hex 34 EC 32 4E 0 4F 7 77 53 38
Octal 64 354 62 116 0 117 7 167 123 70
Binary 110100 11101100 110010 1001110 0 1001111 111 1110111 1010011 111000

Color Harmonies of #34EC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34EC32

Black with #34EC32

Text Example


Text Example

White with #34EC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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