Html Css Color HEX #34EC45 Lime Green

📋 copy color: '#34EC45'

red 52 ◦ green 236 ◦ blue 69

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

Shades of Lime Green #34EC45

Tints of Lime Green #34EC45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.33%

R = 14.57%
G = 66.11%
B = 19.33%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#34EC45 (or 0x34EC45) is known color: Lime Green. HEX triplet: 34, EC and 45. RGB value is (52,236,69). Sum of RGB (Red+Green+Blue) = 52+236+69=357 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.57% from 357); Green value is 236 (92.58% from 255 or 66.11% from 357); Blue value is 69 (27.34% from 255 or 19.33% from 357); Max value from RGB is 236 - color contains mainly: green. Hex color #34EC45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34EC45 is #CB13BA. Grayscale: #A2A2A2. Windows color (decimal): -13308859 or 4582452. OLE color: 4582452.

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

Color convert

RGB 52 236 69 -
CMYK 0.78 0 0.71 0.07
HSL 125.54º 0.83% 0.56% -
HSV(B) 125.54º 0.78% 0.93% -
XYZ 32.49 61.15 15.72 -
YUV 161.95 75.54 49.58 -
System Red Green Blue C M Y K H S L
Decimal 52 236 69 0.78 0 0.71 0.07 125.54 0.83 0.56
Hex 34 EC 45 4E 0 47 7 7E 53 38
Octal 64 354 105 116 0 107 7 176 123 70
Binary 110100 11101100 1000101 1001110 0 1000111 111 1111110 1010011 111000

Color Harmonies of #34EC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34EC45

Black with #34EC45

Text Example


Text Example

White with #34EC45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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