Html Css Color HEX #34D82C Lime Green

📋 copy color: '#34D82C'

red 52 ◦ green 216 ◦ blue 44

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

Shades of Lime Green #34D82C

Tints of Lime Green #34D82C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.1%

R = 16.67%
G = 69.23%
B = 14.1%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#34D82C (or 0x34D82C) is known color: Lime Green. HEX triplet: 34, D8 and 2C. RGB value is (52,216,44). Sum of RGB (Red+Green+Blue) = 52+216+44=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 216 (84.77% from 255 or 69.23% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 216 - color contains mainly: green. Hex color #34D82C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D82C is #CB27D3. Grayscale: #939393. Windows color (decimal): -13314004 or 2938932. OLE color: 2938932.

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

Color convert

RGB 52 216 44 -
CMYK 0.76 0 0.80 0.15
HSL 117.21º 0.69% 0.51% -
HSV(B) 117.21º 0.8% 0.85% -
XYZ 26.43 50.02 10.65 -
YUV 147.36 69.67 59.99 -
System Red Green Blue C M Y K H S L
Decimal 52 216 44 0.76 0 0.80 0.15 117.21 0.69 0.51
Hex 34 D8 2C 4C 0 50 F 75 45 33
Octal 64 330 54 114 0 120 17 165 105 63
Binary 110100 11011000 101100 1001100 0 1010000 1111 1110101 1000101 110011

Color Harmonies of #34D82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D82C

Black with #34D82C

Text Example


Text Example

White with #34D82C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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