Html Css Color HEX #34DE49 Lime Green

📋 copy color: '#34DE49'

red 52 ◦ green 222 ◦ blue 73

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

Shades of Lime Green #34DE49

Tints of Lime Green #34DE49

RGB

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

 GREEN value IS 222 (87.11% from 255) = 63.98%

 BLUE value IS 73 (28.91% from 255) = 21.04%

R = 14.99%
G = 63.98%
B = 21.04%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#34DE49 (or 0x34DE49) is known color: Lime Green. HEX triplet: 34, DE and 49. RGB value is (52,222,73). Sum of RGB (Red+Green+Blue) = 52+222+73=347 (45% of max value = 765). Red value is 52 (20.70% from 255 or 14.99% from 347); Green value is 222 (87.11% from 255 or 63.98% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 222 - color contains mainly: green. Hex color #34DE49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34DE49 is #CB21B6. Grayscale: #9A9A9A. Windows color (decimal): -13312439 or 4841012. OLE color: 4841012.

HSL color Cylindrical-coordinate representation of color #34DE49: hue angle of 127.41º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34DE49 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 222 73 -
CMYK 0.77 0 0.67 0.13
HSL 127.41º 0.72% 0.54% -
HSV(B) 127.41º 0.77% 0.87% -
XYZ 28.74 53.45 15.11 -
YUV 154.18 82.18 55.12 -
System Red Green Blue C M Y K H S L
Decimal 52 222 73 0.77 0 0.67 0.13 127.41 0.72 0.54
Hex 34 DE 49 4D 0 43 D 7F 48 36
Octal 64 336 111 115 0 103 15 177 110 66
Binary 110100 11011110 1001001 1001101 0 1000011 1101 1111111 1001000 110110

Color Harmonies of #34DE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DE49

Black with #34DE49

Text Example


Text Example

White with #34DE49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,222,73); }

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

background-color css

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

 a { background-color: rgb(52,222,73); }

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

border-color css

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

 span { border-color: rgb(52,222,73); }

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