Html Css Color HEX #34D14D Lime Green

📋 copy color: '#34D14D'

red 52 ◦ green 209 ◦ blue 77

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

Shades of Lime Green #34D14D

Tints of Lime Green #34D14D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 61.83%

 BLUE value IS 77 (30.47% from 255) = 22.78%

R = 15.38%
G = 61.83%
B = 22.78%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#34D14D (or 0x34D14D) is known color: Lime Green. HEX triplet: 34, D1 and 4D. RGB value is (52,209,77). Sum of RGB (Red+Green+Blue) = 52+209+77=338 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.38% from 338); Green value is 209 (82.03% from 255 or 61.83% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 209 - color contains mainly: green. Hex color #34D14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D14D is #CB2EB2. Grayscale: #939393. Windows color (decimal): -13315763 or 5099828. OLE color: 5099828.

HSL color Cylindrical-coordinate representation of color #34D14D: hue angle of 129.55º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D14D is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB 52 209 77 -
CMYK 0.75 0 0.63 0.18
HSL 129.55º 0.63% 0.51% -
HSV(B) 129.55º 0.75% 0.82% -
XYZ 25.56 46.87 14.72 -
YUV 147.01 88.49 60.23 -
System Red Green Blue C M Y K H S L
Decimal 52 209 77 0.75 0 0.63 0.18 129.55 0.63 0.51
Hex 34 D1 4D 4B 0 3F 12 82 3F 33
Octal 64 321 115 113 0 77 22 202 77 63
Binary 110100 11010001 1001101 1001011 0 111111 10010 10000010 111111 110011

Color Harmonies of #34D14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D14D

Black with #34D14D

Text Example


Text Example

White with #34D14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,209,77); }

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

background-color css

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

 a { background-color: rgb(52,209,77); }

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

border-color css

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

 span { border-color: rgb(52,209,77); }

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