Html Css Color HEX #34D829 Lime Green

📋 copy color: '#34D829'

red 52 ◦ green 216 ◦ blue 41

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

Shades of Lime Green #34D829

Tints of Lime Green #34D829

RGB

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

 GREEN value IS 216 (84.77% from 255) = 69.9%

 BLUE value IS 41 (16.41% from 255) = 13.27%

R = 16.83%
G = 69.9%
B = 13.27%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#34D829 (or 0x34D829) is known color: Lime Green. HEX triplet: 34, D8 and 29. RGB value is (52,216,41). Sum of RGB (Red+Green+Blue) = 52+216+41=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 216 (84.77% from 255 or 69.90% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 216 - color contains mainly: green. Hex color #34D829 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D829 is #CB27D6. Grayscale: #939393. Windows color (decimal): -13314007 or 2742324. OLE color: 2742324.

HSL color Cylindrical-coordinate representation of color #34D829: hue angle of 116.23º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #34D829 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 216 41 -
CMYK 0.76 0 0.81 0.15
HSL 116.23º 0.69% 0.5% -
HSV(B) 116.23º 0.81% 0.85% -
XYZ 26.37 50 10.36 -
YUV 147.01 68.17 60.23 -
System Red Green Blue C M Y K H S L
Decimal 52 216 41 0.76 0 0.81 0.15 116.23 0.69 0.5
Hex 34 D8 29 4C 0 51 F 74 45 32
Octal 64 330 51 114 0 121 17 164 105 62
Binary 110100 11011000 101001 1001100 0 1010001 1111 1110100 1000101 110010

Color Harmonies of #34D829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D829

Black with #34D829

Text Example


Text Example

White with #34D829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,216,41); }

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

background-color css

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

 a { background-color: rgb(52,216,41); }

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

border-color css

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

 span { border-color: rgb(52,216,41); }

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