Html Css Color HEX #34D328 Lime Green

📋 copy color: '#34D328'

red 52 ◦ green 211 ◦ blue 40

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

Shades of Lime Green #34D328

Tints of Lime Green #34D328

RGB

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

 GREEN value IS 211 (82.81% from 255) = 69.64%

 BLUE value IS 40 (16.02% from 255) = 13.2%

R = 17.16%
G = 69.64%
B = 13.2%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#34D328 (or 0x34D328) is known color: Lime Green. HEX triplet: 34, D3 and 28. RGB value is (52,211,40). Sum of RGB (Red+Green+Blue) = 52+211+40=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 211 (82.81% from 255 or 69.64% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 211 - color contains mainly: green. Hex color #34D328 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D328 is #CB2CD7. Grayscale: #909090. Windows color (decimal): -13315288 or 2675508. OLE color: 2675508.

HSL color Cylindrical-coordinate representation of color #34D328: hue angle of 115.79º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #34D328 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 52 211 40 -
CMYK 0.75 0 0.81 0.17
HSL 115.79º 0.68% 0.49% -
HSV(B) 115.79º 0.81% 0.83% -
XYZ 25.09 47.47 9.85 -
YUV 143.97 69.32 62.4 -
System Red Green Blue C M Y K H S L
Decimal 52 211 40 0.75 0 0.81 0.17 115.79 0.68 0.49
Hex 34 D3 28 4B 0 51 11 74 44 31
Octal 64 323 50 113 0 121 21 164 104 61
Binary 110100 11010011 101000 1001011 0 1010001 10001 1110100 1000100 110001

Color Harmonies of #34D328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D328

Black with #34D328

Text Example


Text Example

White with #34D328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,211,40); }

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

background-color css

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

 a { background-color: rgb(52,211,40); }

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

border-color css

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

 span { border-color: rgb(52,211,40); }

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