Html Css Color HEX #34EC3A Lime Green

📋 copy color: '#34EC3A'

red 52 ◦ green 236 ◦ blue 58

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

Shades of Lime Green #34EC3A

Tints of Lime Green #34EC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.76%

R = 15.03%
G = 68.21%
B = 16.76%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#34EC3A (or 0x34EC3A) is known color: Lime Green. HEX triplet: 34, EC and 3A. RGB value is (52,236,58). Sum of RGB (Red+Green+Blue) = 52+236+58=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 236 (92.58% from 255 or 68.21% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 236 - color contains mainly: green. Hex color #34EC3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34EC3A is #CB13C5. Grayscale: #A1A1A1. Windows color (decimal): -13308870 or 3861556. OLE color: 3861556.

HSL color Cylindrical-coordinate representation of color #34EC3A: hue angle of 121.96º 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 #34EC3A is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 236 58 -
CMYK 0.78 0 0.75 0.07
HSL 121.96º 0.83% 0.56% -
HSV(B) 121.96º 0.78% 0.93% -
XYZ 32.18 61.03 14.09 -
YUV 160.69 70.04 50.47 -
System Red Green Blue C M Y K H S L
Decimal 52 236 58 0.78 0 0.75 0.07 121.96 0.83 0.56
Hex 34 EC 3A 4E 0 4B 7 7A 53 38
Octal 64 354 72 116 0 113 7 172 123 70
Binary 110100 11101100 111010 1001110 0 1001011 111 1111010 1010011 111000

Color Harmonies of #34EC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34EC3A

Black with #34EC3A

Text Example


Text Example

White with #34EC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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